Skip to main content
All docs
V26.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.v26.1.Core.dll

    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