Skip to main content

IDocumentDefaultProperties.ThumbnailCaptionFormat Property

Gets or sets the format of a text, displayed within this document’s thumbnail in a Windows task bar.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

string ThumbnailCaptionFormat { get; set; }

Property Value

Type Description
String

A String value that is the format of a text, displayed within this document’s thumbnail in a Windows task bar.

Remarks

The ThumbnailCaptionFormat property allows you to set a thumbnail caption format for individual documents. This will override the global IDocumentProperties.ThumbnailCaptionFormat setting common to all tabbed documents within a view.

See Also