TreeListColumnEditorEventArgs(String, TreeListDataColumn, ASPxEditBase, Object) Constructor
Initializes a new instance of the TreeListColumnEditorEventArgs class.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public TreeListColumnEditorEventArgs(
string nodeKey,
TreeListDataColumn column,
ASPxEditBase editor,
object value
)
Parameters
Name | Type | Description |
---|---|---|
nodeKey | String | A string value that identifies the node whose values are being initialized. This value is assigned to the TreeListColumnEditorEventArgs.NodeKey property. |
column | TreeListDataColumn | A TreeListDataColumn descendant that represents the data column whose cell editor is being initialized. This value is assigned to the TreeListColumnEditorEventArgs.Column property. |
editor | ASPxEditBase | A ASPxEditBase descendant that represents the processed editor. This value is assigned to the TreeListColumnEditorEventArgs.Editor property. |
value | Object | An object that represents the editor’s value. This value is assigned to the TreeListColumnEditorEventArgs.Value property. |