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

PivotGridAppearances.SortByColumnIndicatorImage Property

Gets or sets a glyph that is used to indicate that values of column/row fields are sorted by a specific row/column.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

[DefaultValue(null)]
public Image SortByColumnIndicatorImage { get; set; }

Property Value

Type Default Description
Image *null*

A Image object that specifies a corresponding glyph.

Remarks

Values of a specific column field can be sorted by values of any row, and values of a specific row field can be sorted by values of any column. When data is sorted by a specific column or row, a special glyph, specified by the SortByColumnIndicatorImage property, is displayed in this column/row header. You can use the SortByColumnIndicatorImage property to change this glyph.

See Also