StackGroupDefaultProperties.ActualCapacity Property
Gets the maximum number of Documents this StackGroup can currently contain.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[Browsable(false)]
public int ActualCapacity { get; }
<Browsable(False)>
Public ReadOnly Property ActualCapacity As Integer
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.
Implements
See Also
Feedback