TreeListOptionsColumnFilter(TreeListColumn) Constructor
Initializes a new instance of the TreeListOptionsColumnFilter class.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | TreeListColumn | A TreeListColumn object specifying the column associated with the options being created. |
Remarks
The TreeListColumn.OptionsFilter property of the TreeListOptionsColumnFilter type provides filter specific properties for this column.
See Also