Objective Grid for Microsoft® .NET® Reference Guide

StoreEventArgs.CanStore Property

Back to Class Index

Gets or sets a value indicating that the data can be stored to the grid.     

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

Remarks

    

Set the value to true to allow the data to be stored. Set it to false to prevent the data from being stored. By default, this property is true.     

    

See Also

StoreEventArgs Class | StoreEventArgs Members | Stingray.Grid Namespace