RoundPanelParts.HeaderLeftEdge Property
OBSOLETE
Use the ASPxRoundPanel.CornerRadius property to specify the radius of round panel corners.
Gets the image that represents the panel header’s left edge.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[Obsolete("Use the ASPxRoundPanel.CornerRadius property to specify the radius of round panel corners.", true)]
public PanelPart HeaderLeftEdge { get; }
Property Value
Type |
---|
PanelPart |
See Also