Click or drag to resize
StoreRemoveColsEventArgsToCol Property
Gets or sets the ending 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 ToCol { get; set; }

Property Value

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