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

    Gets the number of clicks on a Filter Panel element.

    Namespace: DevExpress.Xpf.Core.FilteringUI

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

    Declaration

    public int ClickCount { get; }

    Property Value

    Type Description
    Int32

    1 indicates a single click; 2 indicates a double-click.

    See Also