Back to Devexpress

NavBarGroup.GetShowAsIconsView() Method

windowsforms-devexpress-dot-xtranavbar-dot-navbargroup-c97b4ab3.md

latest1.8 KB
Original Source

NavBarGroup.GetShowAsIconsView() Method

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

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public virtual bool GetShowAsIconsView()
vb
Public Overridable Function GetShowAsIconsView As Boolean

Returns

TypeDescription
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

GroupStyle

NavBarGroup Class

NavBarGroup Members

DevExpress.XtraNavBar Namespace