Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Win.PivotGrid

#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