Skip to main content

IBaseDocumentSelectorProperties.DocumentHeaderFormat Property

Gets or sets the string according to which the Document Selector formats its Document items’ headers.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

string DocumentHeaderFormat { get; set; }

Property Value

Type Description
String

A String value that is the format string applied to item headers.

Remarks

Document Manager - Document Selector

The footer format string supports the following placeholders:

This property does not affect Document Selector items that correspond to dock panels.

See Also