Skip to main content

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.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use GroupStyle property")]
public virtual bool ShowAsIconsView { get; set; }

Property Value

Type Description
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