Skip to main content

XtraForm.MaximumClientSize Property

Gets or sets the maximum allowed client size for a form.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Size MaximumClientSize { get; set; }

Property Value

Type Description
Size

A Size value.

Remarks

This property is intended for internal use only, and hidden. Normally, you don’t need to use it.

See Also