FilterControl.SetDefaultColumn(FilterColumn) Method
Specifies the filter column which is used by default when a new logical expression is created.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | DevExpress.XtraEditors.Filtering.FilterColumn | A DevExpress.XtraEditors.Filtering.FilterColumn object or a descendant which represents the filter column used by default when a new logical expression is created. |
See Also