FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid 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
    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