Skip to main content

FormShowingEventArgs.ViewModel Property

Gets or sets the View Model for the form which will be invoked.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public object ViewModel { get; set; }
Public Property ViewModel As Object

Property Value

Type Description
Object

An object that specifies the form's View Model. The default is null (Nothing in Visual Basic).

Remarks

If you utilize the new MVVM-based mechanism for form display, use the ViewModel property to specify your own View Model to provide the interaction with the form's View.

See Also