Back to Devexpress

ASPxCheckBoxList.UncheckedImage Property

aspnet-devexpress-dot-web-dot-aspxcheckboxlist-a39abb48.md

latest1.5 KB
Original Source

ASPxCheckBoxList.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 InternalCheckBoxImageProperties UncheckedImage { get; }
vb
Public 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:ASPxCheckBoxList ID="ASPxCheckBoxList1" runat="server">
    <UncheckedImage Url="Images/uncheckedimg.png" />
</dx:ASPxCheckBoxList>

See Also

CheckedImage

Check Box List

ASPxCheckBoxList Class

ASPxCheckBoxList Members

DevExpress.Web Namespace