ASPxRoundPanel.NoHeaderTopLeftCorner Property
OBSOLETE
Use the ASPxRoundPanel.CornerRadius property to specify the radius of round panel corners.
Gets the image that represents the panel’s top left corner when the header is disabled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
[Obsolete("Use the ASPxRoundPanel.CornerRadius property to specify the radius of round panel corners.", true)]
public PanelCornerPart NoHeaderTopLeftCorner { get; }
Property Value
Type |
---|
PanelCornerPart |
See Also