Skip to main content

PivotGridImages.SortByColumn Property

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotGridImageProperties SortByColumn { get; }

Property Value

Type Description
PivotGridImageProperties

A PivotGridImageProperties object that contains image settings.

Remarks

SortByColumnImage

See Also