ViewFilter.Item[GridColumn] Property
Gets the collection’s item that represents the filter criteria associated with the specified column.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | GridColumn | A GridColumn identifying the collection’s required item. |
Property Value
Type | Description |
---|---|
DevExpress.XtraGrid.Views.Base.ViewColumnFilterInfo | A DevExpress.XtraGrid.Views.Base.ViewColumnFilterInfo object containing the filter condition which is associated with the specified column. null if no such object exists in the collection. |
Remarks
The Item property locates and returns a DevExpress.XtraGrid.Views.Base.ViewColumnFilterInfo object whose ViewColumnFilterInfo.Column property refers to the specified column. If no such object is found, the Item property returns null.