Skip to main content
A newer version of this page is available. .

DialogCssClassItem.Text Property

Gets or sets the item’s display text.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

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