Skip to main content

NavBarControl.GetHideGroupCaptions() Method

Returns a value that determines whether group captions are actually visible,

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public virtual bool GetHideGroupCaptions()

Returns

Type Description
Boolean

true if group captions are visible; otherwise, false.

Remarks

The GetHideGroupCaptions method returns a value that indicates if group captions are actually hidden. It returns true if the currently applied view supports hiding group captions and only if the NavBarControl.HideGroupCaptions property is also set to true. In all other cases, false is returned.

Only the following views allow group captions to be hidden: BaseView, FlatView, Office1View, Office2View, Office3View, XP1View and XP2View.

See Also