Skip to main content
A newer version of this page is available.
All docs
V19.2

FilterEditorControl.SetDefaultColumn(FilterColumn) Method

Specifies the filter column which is used by default when a new logical expression is created.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v19.2.dll

Declaration

[DefaultValue(false)]
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