Back to Devexpress

StackGroup.IsFilledUp Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-stackgroup-064375f8.md

latest2.2 KB
Original Source

StackGroup.IsFilledUp Property

Gets whether this StackGroup stores the maximum allowed number of Documents.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsFilledUp { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsFilledUp As Boolean

Property Value

TypeDescription
Boolean

true if this StackGroup stores the maximum allowed number of Documents; otherwise, false.

|

Remarks

To set the maximum number of allowed Documents for a Stack Group, use the IStackGroupDefaultProperties.Capacity or IStackGroupProperties.Capacity properties.

See Also

IStackGroupDefaultProperties.Capacity

IStackGroupProperties.Capacity

StackGroup Class

StackGroup Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace