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

IDocumentDefaultProperties.AllowResize Property

Gets or sets whether this Document can be resized at runtime.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

DefaultBoolean AllowResize { get; set; }

Property Value

Type Description
DefaultBoolean

true, if this Document can be resized at runtime; otherwise, false.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

Documents can be resized in only one dimension, depending on the View WidgetView.Orientation. See the Widget View topic to learn more about runtime capabilities.

The AllowResize property overrides the IDocumentProperties.AllowResize property, common to all Documents within this View.

See Also