CustomToolbarButton.ViewStyle Property
In This Article
Gets or sets a value that specifies how the current toolbar button is represented within a toolbar.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
View |
Text | One of the View |
Available values:
Name | Description |
---|---|
Image | An item is represented by its image. |
Text | An item is represented by its text. |
Image |
An item is represented by its image and text. |
See Also