Skip to main content

ASPxTreeListEditorCreateEventArgs(TreeListDataColumn, EditPropertiesBase, Object) Constructor

Initializes a new instance of the ASPxTreeListEditorCreateEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxTreeListEditorCreateEventArgs(
    TreeListDataColumn column,
    EditPropertiesBase editorProperties,
    object value
)

Parameters

Name Type Description
column TreeListDataColumn

A object representing a column.

editorProperties EditPropertiesBase

An EditPropertiesBase descendant that contains the search panel editor’s properties. This value is assigned to the MVCxTreeListColumn.EditorProperties property.

value Object

An object that specifies the search panel editor’s value.

See Also