IContentContainerProperties.Capacity Property
Gets or sets the maximum number of Documents Content Containers that this View can contain.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v21.2.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | An Int32 value that is the maximum number of Documents Content Containers that this View can contain. |
Remarks
You can override the Capacity property value for individual containers via the IContentContainerDefaultProperties.Capacity property. To get the actual container capacity, use the IContentContainerDefaultProperties.ActualCapacity property.
See Also