Objective Grid for Microsoft® .NET® Reference Guide

CancelEditingEventArgs.CanCancel Property

Back to Class Index

Gets or sets a value to show that editing cannot be cancelled.     

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

Remarks

    

When the CancelEditing event is invoked, you can prevent the cancellation of the editing session by setting this property to false. If set to false, the cell continues to be in editing mode.     

    

See Also

CancelEditingEventArgs Class | CancelEditingEventArgs Members | Stingray.Grid Namespace