ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / IsSelectable Property

In This Topic
    IsSelectable Property (DataGridRow)
    In This Topic
    Gets or sets a value indicating whether the user is allowed to set the current cell from this row.
    Syntax
    'Declaration
     
    
    Public Property IsSelectable As Boolean
    public bool IsSelectable {get; set;}
    See Also