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

IContentContainerDefaultProperties.Capacity Property

Gets or sets the maximum number of Documents this Content Container can contain.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

int? Capacity { get; set; }

Property Value

Type Description
Nullable<Int32>

An Int32 value that is the maximum number of Documents this Content Container can contain.

Remarks

The Capacity property value (if specified) overrides the IContentContainerProperties.Capacity property value for individual containers, which specifies the global capacity for all available containers within this View.

See Also