ToolbarDeleteTableRowButton.ViewStyle Property
Gets or sets a value that specifies how a toolbar button of the ToolbarDeleteTableRowButton type is represented within a toolbar.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
ViewStyle | ImageAndText | One of the ViewStyle enumeration values. |
Available values:
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
Use the ToolbarDeleteTableRowButton.Text and the ToolbarDeleteTableRowButton.ToolTip properties to specify a toolbar button’s text and tooltip.
See Also