Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreStyleRowCol Event

Back to Class Index

Store Style Row Column Event.     

[Visual Basic]
Public Event StoreStyleRowCol As StoreStyleRowColEventHandler
[C#]
public event StoreStyleRowColEventHandler StoreStyleRowCol;

Event Data

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

PropertyDescription
CanStore
ColGets or sets the column coordinate for the cell.     
ModifyTypeGets or sets the CellModifyType for the operation.     
RetrievalTypeGets or sets the CellValueType for the cell.     
RowGets or sets the row coordinate for the cell.     
Stored
StyleGets or sets the Style to store for the cell.     

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace