Click or drag to resize
GridControlDefaultColWidth Property
Gets or sets the default value for the column width, in pixels.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(70)]
public int DefaultColWidth { get; set; }

Property Value

Type: Int32
The initial value is 70.
See Also