Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotGridField.SortImage Property

Gets the settings, which define the sort image.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public ImageProperties SortImage { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object which contains settings that define the sort image.

See Also