Click or drag to resize
StoreDefaultColWidthEventArgs Class
Supplies data for the StoreDefaultColWidth event of the GridControl class.
Inheritance Hierarchy

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

The StoreDefaultColWidthEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStoreDefaultColWidthEventArgs
Initializes a new StoreDefaultColWidthEventArgs object.
Top
Properties
  NameDescription
Public propertyCanStore
Gets or sets whether the data can be stored to the grid.
(Inherited from StoreEventArgs.)
Public propertyStored
Gets or sets whether the information has already been stored.
(Inherited from StoreEventArgs.)
Public propertyWidth
Gets or sets the new default column width for the grid.
Top
Remarks
These event arguments are supplied to any overridden StoreDefaultColWidth event handler, as well as to any delegates attached to the StoreDefaultColWidth event.
The StoreDefaultColWidth event is invoked when then grid converts the default value for the column width to a logical value and assigns it to the corresponding attribute of the parameter-object.
See Also