Back to Devexpress

ASPxCheckBoxList.CheckedImage Property

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

latest1.5 KB
Original Source

ASPxCheckBoxList.CheckedImage Property

Contains settings of the image in the checked state.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public InternalCheckBoxImageProperties CheckedImage { get; }
vb
Public ReadOnly Property CheckedImage 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 CheckedImage property.

aspx
<dx:ASPxCheckBoxList ID="ASPxCheckBoxList1" runat="server">
    <CheckedImage Url="Images/checkedimg.png" />
</dx:ASPxCheckBoxList>

See Also

UncheckedImage

Check Box List

ASPxCheckBoxList Class

ASPxCheckBoxList Members

DevExpress.Web Namespace