Click or drag to resize
StoreColWidthEventArgs Class
Supplies data for the StoreColWidth 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 StoreColWidthEventArgs : StoreEventArgs

The StoreColWidthEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStoreColWidthEventArgs
Initializes a new StoreColWidthEventArgs object for a given cell.
Top
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
Remarks
These event arguments are supplied to any overridden StoreColWidth event handler, as well as to any delegates attached to the StoreColWidth event.
The StoreColWidth event is invoked when a new column width is stored to the grid parameter object.
See Also