Skip to main content

BaseDocument.Caption Property

Gets or sets the document’s caption.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
String null

A string that specifies the document’s caption.

See Also