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

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