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

IStackGroupDefaultProperties.ActualCapacity Property

Gets the maximum number of Documents this StackGroup can currently contain.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
int ActualCapacity { get; }

Property Value

Type Description
Int32

An Int32 value that specifies the maximum number of Documents this StackGroup can currently contain.

Remarks

See the IStackGroupDefaultProperties.Capacity and IStackGroupProperties.Capacity properties for more info.

See Also