Skip to main content

DialogCssClassItem.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 Change Element Properties dialogs’ style settings section.

See Also