Click or drag to resize
StoreStyleRowColEventArgs Properties

The StoreStyleRowColEventArgs 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 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
See Also