Back to Devexpress

NavBarGroup.ShowAsIconsView Property

windowsforms-devexpress-dot-xtranavbar-dot-navbargroup-18eddd40.md

latest1.7 KB
Original Source

NavBarGroup.ShowAsIconsView Property

OBSOLETE

You should use GroupStyle property

Gets or sets a value specifying whether links are displayed as a set of icons.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use GroupStyle property")]
public virtual bool ShowAsIconsView { get; set; }
vb
<Obsolete("You should use GroupStyle property")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property ShowAsIconsView As Boolean

Property Value

TypeDescription
Boolean

true if contained links are displayed as a set of icons; otherwise false.

|

Remarks

This property is obsolete. Use the NavBarGroup.GroupStyle property to specify how the group’s contents is presented to an end-user.

See Also

GetShowAsIconsView()

GroupStyle

NavBarGroup Class

NavBarGroup Members

DevExpress.XtraNavBar Namespace