PivotGridImages.SortByColumn Property
In This Article
Gets the settings that define the image displayed within column or row headers. This image indicates that column or row field values are sorted by this column/row summary’s values.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotGridImageProperties SortByColumn { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
See Also