Click or drag to resize
StoreInsertColsEventArgsCount Property
Gets or sets the number of columns to insert.

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

Property Value

Type: Int32
The number of columns to insert.
See Also