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

FilterControl.DefaultColumn Property

Gets or sets the default filter column. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Filtering

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public FilterColumn DefaultColumn { get; set; }

Property Value

Type Description
DevExpress.Xpf.Editors.Filtering.FilterColumn

A DevExpress.Xpf.Editors.Filtering.FilterColumn object representing the default filter column.

Remarks

When an end-user creates a new condition in the Filter Control, the ‘Column’ field of the condition is set to the DefaultColumn.

See Also