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

The StoreStyleRowColEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStoreStyleRowColEventArgs
Initializes a new StoreStyleRowColEventArgs 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 index for the cell.
Public propertyModifyType
Gets or sets the type for this operation..
Public propertyRetrievalType
Gets or sets the value type for the cell.
Public propertyRow
Gets or sets the row index for the cell.
Public propertyStored
Gets or sets whether the information has already been stored.
(Inherited from StoreEventArgs.)
Public propertyStyle
Gets or sets the style to store for the cell.
Top
Remarks
These event arguments are supplied to any overridden StoreStyleRowCol event handler, as well as to any delegates attached to the StoreStyleRowCol event.
The StoreStyleRowCol event is invoked when a style is stored for a particular cell.
See Also