Skip to main content

IWizardCustomization<TModel>.WizardSize Property

Specifies the dimensions of the wizard window.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v24.1.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

Size WizardSize { get; set; }

Property Value

Type Description
Size

A System.Drawing.Size structure.

See Also