C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / ColumnOptionsLoading Event

ColumnOptionsLoading Event
Occurs when the options of a column are being loaded.
Syntax
'Declaration
 
Public Event ColumnOptionsLoading As EventHandler(Of GridColumnOptionsLoadingEventArgs)
 
Event Data

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

PropertyDescription
Gets or sets a value indicating whether the associated event should be canceled. (Inherited from C1.WPF.Grid.CancelEventArgs)
Gets a value indicating whether the associated event is cancellable. (Inherited from C1.WPF.Grid.CancelEventArgs)
Gets the related column.  
Gets the menu that will be displayed for the column.  
See Also