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

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