ComponentOne FlexGrid for WinForms
Selected Property (RowCol)

C1.Win.C1FlexGrid Namespace > RowCol Class : Selected Property
Gets or sets whether this row or column is selected.
Syntax
'Declaration
 
Public Overridable Property Selected As Boolean
public virtual bool Selected {get; set;}
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

Reference

RowCol Class
RowCol Members