Skip to main content

RibbonPage.Text Property

Gets or sets the text displayed within the page’s header.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty]
public virtual string Text { get; set; }

Property Value

Type Description
String

A string that is displayed within the page’s header.

See Also