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

HtmlEditorRoundPanelStyles.ControlStyle Property

Gets the style settings used to define the appearance of round panel elements (excepting their headers) used within the ASPxHtmlEditor control.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public AppearanceStyleBase ControlStyle { get; }

Property Value

Type Description
AppearanceStyleBase

A MenuStyle object that contains style settings.

See Also