A newer version of this page is available.
Switch to the current version.
ASPxHtmlEditor.PartsRoundPanel Property
Obsolete. 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.v18.2.dll
Declaration
[Obsolete("Use the StylesRoundPanel property to specify a background color and background image of a round panel.")]
public RoundPanelParts PartsRoundPanel { get; }
<Obsolete("Use the StylesRoundPanel property to specify a background color and background image of a round panel.")>
Public ReadOnly Property PartsRoundPanel As RoundPanelParts
Property Value
Type | Description |
---|---|
RoundPanelParts | A RoundPanelParts object that contains part settings. |
See Also
Feedback