HtmlEditorSettings.PartsRoundPanel Property
In This Article
OBSOLETE
Use the Styles
Provides access to the settings that define different parts of the round panel used within the HtmlEditor’s dialogs.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
[Obsolete("Use the StylesRoundPanel property to specify a background color and background image of a round panel.")]
public RoundPanelParts PartsRoundPanel { get; }
#Property Value
Type | Description |
---|---|
Round |
A Round |
See Also