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

In This Topic
    IsReadOnly Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets whether the cells in the column are read only.
    Syntax
    'Declaration
     
    
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also