HtmlEditorSettings.PartsRoundPanel Property
OBSOLETE
Use the StylesRoundPanel property to specify a background color and background image of a round panel.
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.1.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 |
---|---|
RoundPanelParts | A RoundPanelParts object that contains part settings. |
See Also