ASPxHtmlEditor.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 part of round panel used within the ASPxHtmlEditor control.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
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