Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreRowHeight Event

Back to Class Index

Store Row Height Event.     

[Visual Basic]
Public Event StoreRowHeight As StoreRowHeightEventHandler
[C#]
public event StoreRowHeightEventHandler StoreRowHeight;

Event Data

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

PropertyDescription
CanStore
HeightGets or sets the new height for the row.     
RowGets or sets the row whose height is to be stored.     
Stored

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace