FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Row Class / Selected Property

In This Topic
    Selected Property (Row)
    In This Topic
    Gets or sets whether this row is selected.
    Syntax
    'Declaration
     
    
    Public Overrides Property Selected As Boolean
    public override bool Selected {get; set;}
    Remarks
    Use this property to get or set the selection status for individual rows when the grid's System.Windows.Forms.SelectionMode property is set to SelectionModeEnum.ListBox.
    See Also