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

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

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

Declaration

public void SetDefaultColumn(
    FilterColumn column
)

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