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

IBaseDocumentDefaultProperties.ActualThumbnailCaptionFormat Property

Gets the thumbnail caption format currently used by this document.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
string ActualThumbnailCaptionFormat { get; }

Property Value

Type Description
String

A String value that is the thumbnail caption format currently used by this document.

Remarks

See the IDocumentProperties.ThumbnailCaptionFormat property for more info.

See Also