Skip to main content
All docs
V26.1
  • RibbonPageCategoryOptions.ShowCaptions Property

    Gets or sets whether categories whose pages are currently visible should display their captions.

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v26.1.dll

    Declaration

    [DefaultValue(true)]
    [DXCategory("Appearance")]
    [XtraSerializableProperty]
    public bool ShowCaptions { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true if active categories should display their captions; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to ShowCaptions
    RibbonControl
    .OptionsPageCategories .ShowCaptions
    See Also