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

ColumnFilterInfo.Kind Property

Gets whether the current filter condition has been created by the Grid Control or is a custom condition.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[Browsable(false)]
public ColumnFilterKind Kind { get; }

Property Value

Type Description
DevExpress.XtraGrid.Columns.ColumnFilterKind

ColumnFilterKind.Predefined if the filter item was created by the XtraGrid; ColumnFilterKind.User if the filter item was created via code.

Remarks

This property supports the internal infrastructure of the XtraGrid. There is no need to use it directly.

See Also