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

HtmlEditorToolbarItem.ViewStyle Property

Gets or sets a value that specifies how a toolbar item is represented within a toolbar.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

[DefaultValue(ViewStyle.Image)]
public virtual ViewStyle ViewStyle { get; set; }

Property Value

Type Default Description
ViewStyle **Image**

One of the ViewStyle enumeration values.

Available values:

Name Description
Image

An item is represented by its image.

Text

An item is represented by its text.

ImageAndText

An item is represented by its image and text.

See Also