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

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

Return Value

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