Skip to main content

IBaseDocumentDefaultProperties.ActualThumbnailCaptionFormat Property

Gets the thumbnail caption format currently used by this document.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v24.2.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