Back to Devexpress

DocumentGroup.IsFilledUp Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-documentgroup-73f71906.md

latest2.2 KB
Original Source

DocumentGroup.IsFilledUp Property

Gets whether the group contains the maximum possible number of documents.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

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 group contains the maximum possible number of documents; otherwise, false.

|

Remarks

You can limit the number of documents displayed in a group via the IDocumentGroupDefaultProperties.MaxDocuments and IDocumentGroupProperties.MaxDocuments properties, accessible via the DocumentGroup.Properties and TabbedView.DocumentGroupProperties objects.

See Also

IDocumentGroupDefaultProperties.MaxDocuments

IDocumentGroupProperties.MaxDocuments

DocumentGroup Class

DocumentGroup Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace