Skip to main content

InsertImageCssClassItem.Text Property

Gets or sets the item’s display text.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string Text { get; set; }

Property Value

Type Description
String

A string specifying the item’s display text.

Remarks

The text specified by the Text property identifies the item within the “CSS class:” combo box displayed in the Insert Image dialog’s image style settings section. This section’s availability is controlled by the HtmlEditorInsertImageDialogSettings.ShowImageStyleSettingsSection property.

See Also