Skip to main content
A newer version of this page is available. .

RibbonPageGroup.ActualHideWhenEmpty Property

Gets the actual value that specifies whether the current group is automatically hidden if it does not contain any items.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v19.2.dll

Declaration

public bool ActualHideWhenEmpty { get; }

Property Value

Type Description
Boolean

true, if the current page is hidden if it does not contain any items; otherwise, false.

See Also