Objective Grid for Microsoft® .NET® Reference Guide

DeleteCellEventArgs.CanDelete Property

Back to Class Index

Gets or sets a value to show that the current inactive cell's data cannot be deleted.     

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

Remarks

    

Set this property to false to prevent the cell's data from being deleted.     

    

See Also

DeleteCellEventArgs Class | DeleteCellEventArgs Members | Stingray.Grid Namespace