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

IContentContainerDefaultProperties.ActualCapacity Property

Gets the actual value of the IContentContainerDefaultProperties.Capacity property.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

int ActualCapacity { get; }

Property Value

Type Description
Int32

An Int32 value that is the actual value of the IContentContainerDefaultProperties.Capacity property.

Remarks

The ActualCapacity property returns the current value of the IContentContainerDefaultProperties.Capacity property. To get the current number of Documents contained by this Content Container, use the Items.Count property instead.

See Also