Skip to main content

InsertMediaCssClassItem.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 Audio, Insert Video, Insert Flash, and Insert YouTube Video dialogs’ style settings section. This section’s availability is controlled by the HtmlEditorInsertMediaDialogSettingsBase.ShowStyleSettingsSection property.

See Also