Skip to main content
A newer version of this page is available. .
Tab

ASPxRoundPanel.NoHeaderTopEdge Property

OBSOLETE

Use the ASPxRoundPanel.CornerRadius property to specify the radius of round panel corners.

Gets the image that represents the panel’s top edge when the header is disabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[Obsolete("Use the ASPxRoundPanel.CornerRadius property to specify the radius of round panel corners.", true)]
public PanelPart NoHeaderTopEdge { get; }

Property Value

Type
PanelPart
See Also