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

In This Topic
    IsSelected Property (DataGridSelectableRowPresenter)
    In This Topic
    Gets or sets a value indicating whether this cell is currently selected.
    Syntax
    'Declaration
     
    
    Public Property IsSelected As Boolean
    public bool IsSelected {get; set;}
    See Also