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

In This Topic
    IsSelectable Property (DataGridSummaryRow)
    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