Skip to main content

IWindowsDialogProperties.Size Property

Gets or sets the size of the “Windows” dialog.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

Size? Size { get; set; }

Property Value

Type Description
Nullable<Size>

A Nullable<T><Size,> structure that is the “Windows” dialog size.

Remarks

See the IBaseViewController.ShowWindowsDialog method description to learn more.

DocumentManager - Customized Windows Dialog

See Also