Click or drag to resize
GridControlCanClear Method
Checks if the currently selected range of cells can be cleared.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual bool CanClear()

Return Value

Type: Boolean
true if the clear operation is allowed; false otherwise.
Remarks
You can override this method to provide custom logic for determining this condition.
See Also