Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreFrozenRows Event

Back to Class Index

Store Frozen Rows Event.     

[Visual Basic]
Public Event StoreFrozenRows As StoreFrozenRowsEventHandler
[C#]
public event StoreFrozenRowsEventHandler StoreFrozenRows;

Event Data

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

PropertyDescription
CanStore
FrozenRowsGets or sets the number of frozen rows.     
HeaderRowsGets or sets the number of rows to be used for header rows.     
Stored

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace