Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreReadOnly Event

Back to Class Index

Store ReadOnly Event.     

[Visual Basic]
Public Event StoreReadOnly As StoreReadOnlyEventHandler
[C#]
public event StoreReadOnlyEventHandler StoreReadOnly;

Event Data

The event handler receives an argument of type StoreReadOnlyEventArgs containing data related to this event. The following StoreReadOnlyEventArgs properties provide information specific to this event.

PropertyDescription
CanStore
ReadOnlyGets or sets the read-only state for the grid.     
Stored

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace