Skip to main content

ViewStyle Enum

Specifies how a toolbar button is represented within a toolbar.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public enum ViewStyle

#Members

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

Values listed by this enumerator are used to set the values of the HtmlEditorToolbarItem.ViewStyle and CustomToolbarButton.ViewStyle properties.

See Also