PivotGridControl.CustomUniqueValuesCommand Property
In This Article
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public ICommand<UniqueValuesArgs> CustomUniqueValuesCommand { get; set; }
#Property Value
Type |
---|
ICommand<Unique |
See Also