Skip to main content

BaseContentContainer.Caption Property

Gets or sets the current Content Container‘s caption.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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