Skip to main content
Tab

ASPxRoundPanel.BottomRightCorner Property

OBSOLETE

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

Gets the settings of an image displayed within the panel’s bottom right corner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type
PanelCornerPart
See Also