IBaseDocumentSelectorProperties.DocumentFooterFormat Property
Gets or sets the string according to which the Document Selector formats its Document items’ footers.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | A String value that is the format string applied to item footers. |
Remarks
The footer format string supports the following placeholders:
- {0} - a Document footer (the BaseDocument.Footer property value);
- {1} - a Document caption (the BaseDocument.Caption property value).
This property does not affect Document Selector items that correspond to dock panels.
See Also