C1.Win.FlexGrid Namespace / RowCol Class / Selected Property

In This Topic
Selected Property (RowCol)
In This Topic
Gets or sets whether this row or column is selected.
Syntax
'Declaration
 
Public Overridable Property Selected As Boolean
 
Remarks
Use this property to get or set the selection state for individual rows when the grid's System.Windows.Forms.SelectionMode property is set to SelectionModeEnum.ListBox.
See Also