Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreColWidth Event

Back to Class Index

Store Column Width Event.     

[Visual Basic]
Public Event StoreColWidth As StoreColWidthEventHandler
[C#]
public event StoreColWidthEventHandler StoreColWidth;

Event Data

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

PropertyDescription
CanStore
ColGets or sets the column for which the new width is being stored.     
Stored
WidthGets or sets the width to store for the column.     

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace