ViewStyle Enum
Specifies how a toolbar button is represented within a toolbar.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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. |
Related API Members
The following properties accept/return ViewStyle values:
Remarks
Values listed by this enumerator are used to set the values of the HtmlEditorToolbarItem.ViewStyle and CustomToolbarButton.ViewStyle properties.
See Also