InternalCheckBoxImageProperties Class
In This Article
Contains image settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class InternalCheckBoxImageProperties :
ImagePropertiesEx
#Related API Members
The following members return InternalCheckBoxImageProperties objects:
Show 33 links
#Remarks
<dx:ASPxRadioButton ID="ASPxRadioButton1" runat="server">
<CheckedImage Url="Images/checkedimg.png" />
</dx:ASPxRadioButton>
#Inheritance
Object
StateManager
PropertiesBase
ImagePropertiesBase
ImagePropertiesEx
InternalCheckBoxImageProperties
See Also