WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridNumericColumn Class / IsReadOnly Property
In This Topic
    IsReadOnly Property (GridNumericColumn)
    In This Topic
    Gets or sets a value indicating whether this column is read only. If the grid is set to be read-only this property will be ignored.
    Syntax
    public bool IsReadOnly {get; set;}
    See Also