Skip to main content

LayoutViewInfoCustomizingEventArgs(Object, LayoutElementKind) Constructor

Initializes new instance of the LayoutViewInfoCustomizingEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public LayoutViewInfoCustomizingEventArgs(
    object viewInfo,
    LayoutElementKind kind
)

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