aspnet-devexpress-dot-web-dot-aspxhtmleditor-88d364bd.md
Specifies how a toolbar button is represented within a toolbar.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public enum ViewStyle
Public Enum ViewStyle
| 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.
|
The following properties accept/return ViewStyle values:
Show 18 items
Values listed by this enumerator are used to set the values of the HtmlEditorToolbarItem.ViewStyle and CustomToolbarButton.ViewStyle properties.
See Also