ToolbarCustomCssListEditItem(String, String, String, String) Constructor
Initializes a new instance of the ToolbarCustomCssListEditItem class with the specified settings.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
public ToolbarCustomCssListEditItem(
string text,
string tagName,
string cssClass,
string previewCssClass
)
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | A String value that specifies the item’s text. Initializes the ListEditItem.Text property. |
| tagName | String | A String value that specifies the item’s tag name. Initializes the ToolbarCustomCssListEditItem.TagName property. |
| cssClass | String | A String value that specifies the item’s CSS class name. Initializes the ToolbarCustomCssListEditItem.CssClass property. |
| previewCssClass | String | A String value that specifies the item’s CSS class name defining its preview appearance. Initializes the CssClass property. |
See Also