ASPxRadioButton.UncheckedImage Property
In This Article
Contains settings of the radio button image in the unchecked state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public override InternalCheckBoxImageProperties UncheckedImage { get; }
#Property Value
Type | Description |
---|---|
Internal |
An DevExpress. |
#Remarks
Note that you should specify the image size (Height and Width properties) if you specify the UncheckedImage property.
<dx:ASPxRadioButton ID="ASPxRadioButton1" runat="server">
<UncheckedImage Url="Images/uncheckedimg.png" />
</dx:ASPxRadioButton>
See Also