A newer version of this page is available.
Switch to the current version.
ToolbarTablePropertiesDialogButton.ViewStyle Property
Gets or sets a value that specifies how a toolbar button of the ToolbarTablePropertiesDialogButton type is represented within a toolbar.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll
Declaration
[DefaultValue(ViewStyle.ImageAndText)]
public override ViewStyle ViewStyle { get; set; }
<DefaultValue(ViewStyle.ImageAndText)>
Public Overrides Property ViewStyle As ViewStyle
Property Value
Type | Default | Description |
---|---|---|
ViewStyle | ImageAndText |
One of the ViewStyle enumeration values. |
Remarks
Use the ToolbarTablePropertiesDialogButton.Text and the ToolbarTablePropertiesDialogButton.ToolTip properties to specify a toolbar button's text and tool tip.
See Also
Feedback