Click or drag to resize
StoreDefaultColWidthEventArgs Constructor
Initializes a new StoreDefaultColWidthEventArgs object.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public StoreDefaultColWidthEventArgs(
	int width
)

Parameters

width
Type: SystemInt32
The new default column width to store.
See Also