Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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