Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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 this link to learn more.

See Also