Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreDefaultRowHeight Event

Back to Class Index

Store Default Row Height Event.     

[Visual Basic]
Public Event StoreDefaultRowHeight As StoreDefaultRowHeightEventHandler
[C#]
public event StoreDefaultRowHeightEventHandler StoreDefaultRowHeight;

Event Data

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

PropertyDescription
CanStore
HeightGets or sets the default row height to be stored.     
Stored

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace