FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowCol Class / Selected Property

In This Topic
    Selected Property (RowCol)
    In This Topic
    Gets or sets a value that indicates whether this row or column is selected.
    Syntax
    'Declaration
     
    Public Overridable Property Selected As Boolean
    public virtual bool Selected {get; set;}
    See Also