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

BaseContentContainer.Caption Property

Gets or sets the current Content Container‘s caption.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(null)]
public virtual string Caption { get; set; }

Property Value

Type Default Description
String *null*

A String value that specifies the current Content Container‘s caption.

Remarks

You can customize Content Container captions via the WindowsUIView.AppearanceCaption property.

See Also