Back to Devexpress

ViewStyle Enum

aspnet-devexpress-dot-web-dot-aspxhtmleditor-88d364bd.md

latest3.6 KB
Original Source

ViewStyle Enum

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

Declaration

csharp
public enum ViewStyle
vb
Public Enum ViewStyle

Members

NameDescription
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

Remarks

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

See Also

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace