Skip to main content
A newer version of this page is available. .

TreeListOptionsColumnFilter Class

Contains a treelist column’s filter options.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public class TreeListOptionsColumnFilter :
    BaseTreeListOptions

The following members return TreeListOptionsColumnFilter objects:

Remarks

You can customize the common filter options that apply to all columns using the TreeList.OptionsFilter property, and modify filter options for individual columns with their TreeListColumn.OptionsFilter properties.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraTreeList.BaseTreeListOptions
TreeListOptionsColumnFilter
See Also