|
|
|
|
SelectableArea Property, SftTree Class |
Defines which areas of items or cells can be clicked by an end user to select the item or cell.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property SelectableArea As SelectableAreaEnum |
C# |
public SelectableAreaEnum SelectableArea { get; set; } |
C++ |
public: property SelectableAreaEnum SelectableArea { |
Property Value
The selectable area.
Value |
Description |
|
0 | The entire cell or item can be used to change the selection.
| |
1 | The entire cell or item (excluding the hierarchy area) can be used to change the selection.
| |
2 | The entire first displayed cell (excluding the hierarchy area) can be used to change the selection. If the cell is part of the hierarchy column (ColumnClass.ShowHierarchy), the hierarchy area does not change the selection. | |
3 | The entire cell in the hierarchy column, excluding the hierarchy area, can be used to change the selection. | |
4 | Clicking anywhere within the area that is defined by the SelectionHighlightStyle property changes the selection. |
The default value is SelectableAreaEnum.Anywhere.
Comments
The SelectableArea property defines which areas of items or cells can be clicked by an end user to select the item or cell.