IStackGroupDefaultProperties.ActualCapacity Property
Gets the maximum number of Documents this StackGroup can currently contain.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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