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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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