Skip to main content
All docs
V25.1
  • 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.v25.1.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