Skip to main content

IStackGroupDefaultProperties.ActualCapacity Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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