ASPxRoundPanel.ShowDefaultImages Property
In This Article
OBSOLETE
Use the ASPx
Gets or sets whether default images of the round panel are shown.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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