Skip to main content

ASPxHtmlEditor.SettingsText Property

Provides access to the settings that define texts displayed in different elements (tabs) of the control.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public ASPxHtmlEditorTextSettings SettingsText { get; }

Property Value

Type Description
ASPxHtmlEditorTextSettings

An ASPxHtmlEditorTextSettings object that contains text settings.

See Also