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

LayoutControlItem.FillControlToClientArea Property

Gets or sets whether the control occupies the layout item’s maximum allowed client area.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool FillControlToClientArea { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the control occupies the layout item’s maximum allowed client area; otheriwse, false.

Remarks

If the custom size constraints mode is enabled, a control can occupy a portion of the layout item’s client area. The client area’s maximum size is specified by the LayoutControlItem.ControlMaxSize property. If the FillControlToClientArea property is set to true, the control occupies the maximum allowed client area.

See Also