LayoutViewInfoCustomizingEventArgs(Object, LayoutElementKind) Constructor
Initializes new instance of the LayoutViewInfoCustomizingEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
viewInfo | Object | An object of a type that depends on the visual element which raised the event. |
kind | LayoutElementKind | A LayoutElementKind enumeration member that enables you to determine what kind of a visual element triggered the event. |
Remarks
The LayoutViewInfoCustomizingEventArgs is created automatically, and passed to the handler of the SchedulerControl.LayoutViewInfoCustomizing event.
See Also