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

IWindowsDialogProperties.Size Property

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

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v19.1.dll

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