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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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