Skip to main content

QueryFieldsEventArgs.DefaultField Property

Gets or sets a field that is selected when users create a new filter condition.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public string DefaultField { get; set; }

Property Value

Type Description
String

A field that is selected when users create a new filter condition.

See Also