Skip to main content
A newer version of this page is available. .

DocumentViewerRibbonSettings.IconSet Property

Specifies a set of icons to be used in a Document Viewer ribbon.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

[DefaultValue(MenuIconSetType.NotSet)]
public MenuIconSetType IconSet { get; set; }

Property Value

Type Default Description
MenuIconSetType **NotSet**

A MenuIconSetType enumeration value.

Available values:

Name Description
NotSet

No icon set is used. When the default theme is applied, corresponds to the Colored value.

Colored

Identifies an icon set containing colored images.

ColoredLight

Identifies an icon set containing colored and bleached images.

GrayScaled

Identifies an icon set containing grayscale images.

GrayScaledWithWhiteHottrack

Identifies an icon set containing grayscale images with white hottracked coloring.

GrayScaledWithWhiteHottrackInToolbar

Identifies an icon set containing grayscale images with white hottracked coloring in the ribbon and root menu items.

SvgGray

Identifies an icon set containing svg images with white hottracked coloring.

SvgGrayWithWhiteHottrack

Identifies an icon set containing svg images.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to IconSet
Reporting ASPxDocumentViewer
.SettingsRibbon.IconSet
ASP.NET Web Forms Controls DocumentViewerSettings
.SettingsRibbon.IconSet
MVCxDocumentViewer
.SettingsRibbon.IconSet
See Also