Skip to main content
A newer version of this page is available. .

LayoutViewInfoCustomizingEventArgs(Object, LayoutElementKind) Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

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