FilterControl.DefaultColumn Property
Gets or sets the default filter column. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Filtering
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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