ASPxCheckBoxList.CheckedImage Property
In This Article
Contains settings of the image in the checked state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public InternalCheckBoxImageProperties CheckedImage { 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 CheckedImage property.
<dx:ASPxCheckBoxList ID="ASPxCheckBoxList1" runat="server">
<CheckedImage Url="Images/checkedimg.png" />
</dx:ASPxCheckBoxList>
See Also