IStackGroupProperties.Capacity Property
Gets or sets the maximum number of Documents that StackGroups within the current WidgetView can 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 that StackGroups within the current WidgetView can contain. |
Remarks
The Capacity property specifies the capacity for all Groups within the View. To override this value for individual Stack Groups, use the IStackGroupDefaultProperties.Capacity property instead.
If the Capacity property value equals 0, the Document count of Stack Groups is unlimited.
See Also