Skip to main content

HtmlEditorTagInspectorStyles.Ellipsis Property

Gets the style settings that define the appearance of an ellipsis element in the tag inspector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public AppearanceStyle Ellipsis { get; }

Property Value

Type Description
AppearanceStyle

An AppearanceStyle object that contains style settings.

Remarks

TagInspector_Details

See Also