Back to Devexpress

BaseContentContainer.IsFilledUp Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basecontentcontainer-6ea883de.md

latest2.2 KB
Original Source

BaseContentContainer.IsFilledUp Property

Gets whether the number of current Content Container items has reached its limit.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

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 the number of current Content Container items has reached its limit; otherwise, false.

|

Remarks

You can set how many children (Tiles for TileContainers and Documents for all the other containers) a Content Container can store via the Properties.Capacity property. When the number of stored objects reaches this value, the IsFilledUp property returns true.

See Also

Content Containers

BaseContentContainer Class

BaseContentContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace