Back to Devexpress

PivotGridAppearances.SortByColumnIndicatorImage Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridappearances-249f0cf6.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(null)]
public Image SortByColumnIndicatorImage { get; set; }
vb
<DefaultValue(Nothing)>
Public Property SortByColumnIndicatorImage As Image

Property Value

TypeDefaultDescription
Imagenull

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

SortBySummaryInfo

Sorting by Summary

PivotGridAppearances Class

PivotGridAppearances Members

DevExpress.XtraPivotGrid Namespace