Skip to main content
Tab

InternalCheckBoxImageProperties Class

Contains image settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.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