|
|
|
|
SelectOnClick Property, RowHeadersClass Class |
Defines whether clicking on a row header selects the item.
Syntax RowHeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property SelectOnClick As Boolean |
C# |
public bool SelectOnClick { get; set; } |
C++ |
public: property bool SelectOnClick { |
Property Value
True if clicking on a row header selects the item, otherwise False.
The default value is False.
Comments
The SelectOnClick property defines whether clicking on a row header selects the item.
SelectOnClick is only available if the SelectionStyle property allows item selection (SelectionStyleEnum.SingleItem, SelectionStyleEnum.MultipleItems). It has no effect if cell selection is used (SelectionStyleEnum.SingleCell, SelectionStyleEnum.MultipleCells, SelectionStyleEnum.BlockOfCells).
When the user clicks on a row header, the ItemClick and the SelectionChanged events occur.