Click or drag to resize
GetStyleRowColEventArgsModifyType Property
Gets or sets the type of operation being performed.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public CellModifyType ModifyType { get; set; }

Property Value

Type: CellModifyType
The type of operation being performed.
See Also