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

    Gets the field name associated with the clicked Filter Panel element.

    Namespace: DevExpress.Xpf.Core.FilteringUI

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

    Declaration

    public string ColumnName { get; }

    Property Value

    Type Description
    String

    The field name of the parent column where a filter element was clicked. null for Operator and LogicalOperator elements that are not bound to a specific column.

    See Also