Click or drag to resize
GetStyleRowColEventArgs Properties

The GetStyleRowColEventArgs 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 of the cell whose style is being obtained.
Public propertyModifyType
Gets or sets the type of operation being performed.
Public propertyRetrievalType
Gets or sets the type of retrieval being performed.
Public propertyRow
Gets or sets the row index of the cell whose style is being obtained.
Public propertyStored
Gets or sets whether the information has already been stored.
(Inherited from StoreEventArgs.)
Public propertyStyle
Gets or sets the style for the cell being queried.
Top
See Also