Objective Grid for Microsoft® .NET® Reference Guide

StartEditingEventArgs.CanStart Property

Back to Class Index

Gets or sets a value to show whether or not the user may start editing the contents of the cell.     

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

Remarks

    

Set to true to allow the user to edit the cell; false to prevent editing.     

    

See Also

StartEditingEventArgs Class | StartEditingEventArgs Members | Stingray.Grid Namespace