XtraForm.MaximumClientSize Property
Gets or sets the maximum allowed client size for a form.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.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 |
Remarks
This property is intended for internal use only, and hidden. Normally, you don’t need to use it.
See Also