Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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