![]() | GetStyleRowColEventArgs Class |
Namespace: Stingray.Grid
The GetStyleRowColEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetStyleRowColEventArgs |
Initializes a new GetStyleRowColEventArgs object for
a given cell.
|
Name | Description | |
---|---|---|
![]() | CanStore |
Gets or sets whether the data can be stored to the grid.
(Inherited from StoreEventArgs.) |
![]() | Col |
Gets or sets the column index of the cell whose style
is being obtained.
|
![]() | ModifyType |
Gets or sets the type of operation being performed.
|
![]() | RetrievalType |
Gets or sets the type of retrieval being performed.
|
![]() | Row |
Gets or sets the row index of the cell whose style
is being obtained.
|
![]() | Stored |
Gets or sets whether the information has already been stored.
(Inherited from StoreEventArgs.) |
![]() | Style |
Gets or sets the style for the cell being queried.
|