Skip to main content
A newer version of this page is available.
All docs
V19.1

ToolbarComboBoxBase.ViewStyle Property

This property is not in effect for the ToolbarComboBoxBase class.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public override ViewStyle ViewStyle { get; set; }

Property Value

Type
ViewStyle

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.

Remarks

The property is overridden only to prevent it from appearing in Microsoft Visual Studio designer tools.

See Also