|
|
|
|
SortIndicatorGap Property, DimensionsClass Class |
Defines the gap between the right edge of the cell and the sorting indicator (SortIndicatorPositionEnum.Side only).
Syntax DimensionsClass Class (Softelvdm.SftTreeNET)
VB |
Public Property SortIndicatorGap As Integer |
C# |
public int SortIndicatorGap { get; set; } |
C++ |
public: property int SortIndicatorGap { |
Property Value
The sort indicator gap in pixels.
The default value is 3.
Comments
The SortIndicatorGap property defines the gap between the right edge of the cell and the sorting indicator (SortIndicatorPositionEnum.Side only).
This gap is only used when the sorting indicator is displayed next to the contents (SortIndicatorPosition == SortIndicatorPositionEnum.Side).