Click or drag to resize
StepEventArgsItem Property
Gets or sets the value from/to object collection

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public Object this[
	string columnName
] { get; set; }

Parameters

columnName
Type: SystemString
Property name

Property Value

Type: Object

Implements

ISimpleDataContainerItemString
See Also