Skip to main content
Bar

BarDockingMenuItem.MaxDocuments Property

Gets or sets the maximum number of documents displayed by the BarDockingMenuItem.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(10)]
public int MaxDocuments { get; set; }

Property Value

Type Default Description
Int32 10

An integer value that is the maximum number of documents displayed by the BarDockingMenuItem.

See Also