Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreFrozenCols Event

Back to Class Index

Store Frozen Cells Event.     

[Visual Basic]
Public Event StoreFrozenCols As StoreFrozenColsEventHandler
[C#]
public event StoreFrozenColsEventHandler StoreFrozenCols;

Event Data

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

PropertyDescription
CanStore
FrozenColsGets or sets the number of columns to freeze.     
HeaderColsGets or sets the number of columns to be used for row headers.     
Stored

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace