ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowHeaderPresenter Class / IsSelected Property

In This Topic
    IsSelected Property (DataGridRowHeaderPresenter)
    In This Topic
    Gets or sets a value indicating whether the row is currently selected or not.
    Syntax
    'Declaration
     
    
    Public Property IsSelected As Boolean
    public bool IsSelected {get; set;}
    Remarks
    If this property is set to true the visual state group "CommonStates" will change its visual state to "Selected".
    See Also