Skip to main content

NavBarGroup.GetShowAsIconsView() Method

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

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