Back to Devexpress

ASPxCheckBox.UncheckedImage Property

aspnet-devexpress-dot-web-dot-aspxcheckbox-8546face.md

latest1.8 KB
Original Source

ASPxCheckBox.UncheckedImage Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual InternalCheckBoxImageProperties UncheckedImage { get; }
vb
Public Overridable ReadOnly Property UncheckedImage As InternalCheckBoxImageProperties

Property Value

TypeDescription
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.

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

See Also

CheckedImage

GrayedImage

AllowGrayed

Checked

CheckState

CheckBoxStyle

Check Box

ASPxCheckBox Class

ASPxCheckBox Members

DevExpress.Web Namespace