Objective Grid for Microsoft® .NET® Reference Guide

GridControl.GetStyleRowCol Event

Back to Class Index

Get Style Row Col Event.     

[Visual Basic]
Public Event GetStyleRowCol As GetStyleRowColEventHandler
[C#]
public event GetStyleRowColEventHandler GetStyleRowCol;

Event Data

The event handler receives an argument of type GetStyleRowColEventArgs containing data related to this event. The following GetStyleRowColEventArgs properties provide information specific to this event.

PropertyDescription
CanStore
ColGets or sets the column coordinate of the cell whose style is being obtained.     
ModifyTypeGets or sets the CellModifyType for the operation.     
RetrievalTypeGets or sets the CellValueType for the operation.     
RowGets or sets the row coordinate of the cell whose style is being obtained.     
Stored
StyleGets or sets the style for the cell being queried.     

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace