Skip to main content
A newer version of this page is available. .

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

Declaration

public PivotGridImageProperties SortByColumn { get; }

Property Value

Type Description
PivotGridImageProperties

A PivotGridImageProperties object that contains image settings.

Remarks

SortByColumnImage

See Also