Skip to main content
Tab

ASPxRoundPanel.ShowDefaultImages Property

OBSOLETE

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

Gets or sets whether default images of the round panel are shown.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
[Obsolete("Use the ASPxRoundPanel.CornerRadius property to specify the radius of round panel corners.", true)]
public bool ShowDefaultImages { get; set; }

Property Value

Type Default
Boolean false
See Also