Skip to main content

RibbonPageCategory.ShowEmptyCategory Property

Gets or sets whether or not this category should display its caption if it does not have any child RibbonPages.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public DefaultBoolean ShowEmptyCategory { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

Specifies whether an empty category should display its caption. The DefaultBoolean.Default value is equal to DefaultBoolean.False.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

See Also