Click or drag to resize
StoreColWidthEventArgs Properties

The StoreColWidthEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCanStore
Gets or sets whether the data can be stored to the grid.
(Inherited from StoreEventArgs.)
Public propertyCol
Gets or sets the column for which the new width is being stored.
Public propertyStored
Gets or sets whether the information has already been stored.
(Inherited from StoreEventArgs.)
Public propertyWidth
Gets or sets the width to store for the column.
Top
See Also