Skip to main content
A newer version of this page is available. .
Tab

ASPxCheckBox.UncheckedImage Property

Contains settings of the check box image in the unchecked state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual InternalCheckBoxImageProperties UncheckedImage { get; }

Property Value

Type Description
InternalCheckBoxImageProperties

An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.

Remarks

Note that you should specify the image size (Height and Width properties) if you specify the UncheckedImage property.

<dx:ASPxCheckBox ID="ASPxCheckBox1" runat="server">
    <UncheckedImage Url="Images/uncheckedimg.png" />
</dx:ASPxCheckBox>
See Also