Skip to main content
All docs
V19.2

PivotGridField.SortImage Property

Gets the settings, which define the sort image.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.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