FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Row Class / Selected Property

In This Topic
    Selected Property (Row)
    In This Topic
    Gets or sets a value that determines whether this row is selected.
    Syntax
    'Declaration
     
    
    Public Overrides Property Selected As Boolean
    public override bool Selected {get; set;}
    See Also