A newer version of this page is available.
Switch to the current version.
BaseContentContainer.Caption Property
Gets or sets the current Content Container's caption.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
[DefaultValue(null)]
[SmartTagProperty("Caption", "")]
public virtual string Caption { get; set; }
<DefaultValue(Nothing)>
<SmartTagProperty("Caption", "")>
Public Overridable Property Caption As String
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.
Implements
DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer.Caption
See Also
Feedback