Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public AppearanceStyleBase ControlStyle { get; }

Property Value

Type Description
AppearanceStyleBase

A MenuStyle object that contains style settings.

See Also