|
|
|
|
KeepPosition Property, ColumnClass Class |
Defines whether this column must remain in its current position and cannot be reordered.
Syntax ColumnClass Class (Softelvdm.SftTreeNET)
VB |
Public Property KeepPosition As Boolean |
C# |
public bool KeepPosition { get; set; } |
C++ |
public: property bool KeepPosition { |
Property Value
True if this column must remain in its current position, otherwise False. If True, columns on the left can be reordered but cannot be moved to the right of the column and vice versa. This is usually used with the first column, to prevent the user from changing its position when using column reordering.
The default value is False.
Comments
The KeepPosition property defines whether this column must remain in its current position and cannot be reordered.