Skip to main content
All docs
V25.1
  • QueryOperandFieldsEventArgs.DefaultOperandField Property

    Gets or sets a default field in the field list when the Property operand is selected.

    Namespace: DevExpress.Xpf.Core.FilteringUI

    Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public string DefaultOperandField { get; set; }

    Property Value

    Type Description
    String

    A default field in the field list when the Property operand is selected.

    Remarks

    End users can choose the Property operand type …

    … and select a required field in the field list:

    See Also