Table of Contents

TTMSFNCDataGridCellSortIndicator Enumeration

Sort-direction glyph displayed in a fixed header cell to indicate the current column sort order.

API unit family: TMSFNCDataGridCell

Remarks

gsiNone = no sort indicator shown; gsiAscending = ascending arrow; gsiDescending = descending arrow. Set via TTMSFNCDataGridCell.SortIndicator; default is gsiNone.

Members

Name Description
gsiNone No sort indicator is displayed in the header cell.
gsiAscending An ascending sort arrow is displayed in the header cell.
gsiDescending A descending sort arrow is displayed in the header cell.