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

InternalCheckBoxImageProperties Class

Contains image settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v22.1.dll

NuGet Package: DevExpress.Web

Declaration

public class InternalCheckBoxImageProperties :
    ImagePropertiesEx

Remarks

<dx:ASPxRadioButton ID="ASPxRadioButton1" runat="server">
    <CheckedImage Url="Images/checkedimg.png" />
</dx:ASPxRadioButton>
See Also