Skip to main content
All docs
V25.2
  • IModelRibbonPage.Caption Property

    Specifies the caption displayed in the ribbon page header.

    Namespace: DevExpress.ExpressApp.Blazor.SystemModule

    Assembly: DevExpress.ExpressApp.Blazor.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

    string Caption { get; set; }

    Property Value

    Type Description
    String

    The ribbon page caption.

    Remarks

    Context Ribbon Page

    See Also