Click or drag to resize
StoreColWidthEventArgsWidth Property
Gets or sets the width to store for the column.

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

Property Value

Type: Int32
The width to store for the column. stored.
See Also