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

In This Topic
    IsSelectable Property (DataGridCell)
    In This Topic
    Gets a value indicating whether this cell is selectable.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSelectable As Boolean
    public bool IsSelectable {get;}

    Property Value

    true if this cell is selectable; otherwise, false.
    See Also