Skip to main content
All docs
V26.1
  • FilterPanelElementClickEventArgs.Value Property

    Gets the value or operator associated with the clicked Filter Panel element.

    Namespace: DevExpress.Xpf.Core.FilteringUI

    Assembly: DevExpress.Xpf.Grid.v26.1.dll

    Declaration

    public object Value { get; }

    Property Value

    Type Description
    Object

    The filter value for Value elements, the operator string (for example, "=" or ">") for Operator elements, the logical operator string ("AND" or "OR") for LogicalOperator elements, or null for Property elements.

    See Also