Objective Grid for Microsoft® .NET® Reference Guide

StoreReadOnlyEventArgs.ReadOnly Property

Back to Class Index

Gets or sets the read-only state for the grid.     

[Visual Basic]
Public Property ReadOnly As Boolean
[C#]
public bool ReadOnly {get; set;}

Remarks

    

If true, the grid is read-only. False allows writes to the grid.     

    

See Also

StoreReadOnlyEventArgs Class | StoreReadOnlyEventArgs Members | Stingray.Grid Namespace