Back to Devexpress

DocumentManager.MaxThumbnailCount Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-documentmanager-61400f1f.md

latest1.8 KB
Original Source

DocumentManager.MaxThumbnailCount Property

Gets or sets the maximum number of Document thumbnails within the Windows Task Bar for this DocumentManager.

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(5)]
[DXCategory("Behavior")]
public int MaxThumbnailCount { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(5)>
Public Property MaxThumbnailCount As Integer

Property Value

TypeDefaultDescription
Int325

An Int32 value that is the maximum number of Document thumbnails within the Windows Task Bar for this DocumentManager.

|

Remarks

See the DocumentManager.ShowThumbnailsInTaskBar property for the details.

See Also

ShowThumbnailsInTaskBar

DocumentManager Class

DocumentManager Members

DevExpress.XtraBars.Docking2010 Namespace