PivotCellEventArgs.Button Property
In This Article
Gets which mouse button has been clicked.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public MouseButton Button { get; }
#Property Value
Type | Description |
---|---|
Mouse |
A Mouse |
See Also