Click or drag to resize
StoreRemoveColsEventArgsFromCol Property
Gets or sets the starting column index of the range of columns to remove.

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

Property Value

Type: UInt32
The starting column index of the range of columns to remove.
See Also