Skip to main content
All docs
V25.1
  • FilterEditorOperandType Enum

    Lists the values that specify the QueryOperandsEventArgs.DefaultOperan property.

    Namespace: DevExpress.Xpf.Core.FilteringUI

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

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public enum FilterEditorOperandType

    Members

    Name Description
    Value

    The Value operand.

    Property

    The Property operand.

    Parameter

    For internal use.

    DateTimeFunction

    The DateTime function operand.

    Related API Members

    The following properties accept/return FilterEditorOperandType values:

    Remarks

    See Also