Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreDefaultColWidth Event

Back to Class Index

Store Default Column Width Event.     

[Visual Basic]
Public Event StoreDefaultColWidth As StoreDefaultColWidthEventHandler
[C#]
public event StoreDefaultColWidthEventHandler StoreDefaultColWidth;

Event Data

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

PropertyDescription
CanStore
Stored
WidthGets or sets the new default column width for the grid.     

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace