Back to Devexpress

BaseContentContainer.Caption Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basecontentcontainer-7e9221ef.md

latest1.8 KB
Original Source

BaseContentContainer.Caption Property

Gets or sets the current Content Container‘s caption.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public virtual string Caption { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property Caption As String

Property Value

TypeDefaultDescription
Stringnull

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

BaseContentContainer Class

BaseContentContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace