Click or drag to resize
GridControlStoreDefaultColWidth Event
Store Default Column Width event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(true)]
public event StoreDefaultColWidthEventHandler StoreDefaultColWidth

Value

Type: Stingray.GridStoreDefaultColWidthEventHandler
Remarks
This event event is invoked when a new default column width is stored in the grid Param object.
See Also