ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowWithDetails Class / Selected Property

In This Topic
    Selected Property (RowWithDetails)
    In This Topic
    Gets or sets whether this row 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 status for individual rows when the grid's System.Windows.Forms.SelectionMode property is set to SelectionModeEnum.ListBox.
    See Also