Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavBarGroup.GetShowAsIconsView() Method

Gets whether the group’s links are displayed using only images and without captions.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

public virtual bool GetShowAsIconsView()

#Returns

Type Description
Boolean

true if the group’s links are displayed without captions; otherwise, false.

#Remarks

The NavBarGroup.GetShowAsIconsView method returns a value specifying whether the group’s links are displayed with or without captions.

To specify how links should be displayed, you can use the NavBarGroup.GroupStyle property. The GetShowAsIconsView method returns true if the NavBarGroup.GroupStyle property is set to NavBarGroupStyle.LargeIconsList or NavBarGroupStyle.SmallIconsList. For other values, the method returns false.

See Also