Table of Contents
ColumnHeaderSortImageOffset Property

Gets or sets the sort image offset relative to the right edge of the column header.

Syntax
 public Int32 ColumnHeaderSortImageOffset { get; set; }
Remarks

Sort image is a small image displayed on top of column header to indicate that the column can be sorted. It is usually displayed on the right side of the column header next to the header text. This property specifies the distance between the left edge of the sort image and the right edge of the column header.

The default value is 16.

See Also