Back to Devexpress

InternalCheckBoxImageProperties Class

aspnet-devexpress-dot-web-1d40a3fd.md

latest4.7 KB
Original Source

InternalCheckBoxImageProperties Class

Contains image settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class InternalCheckBoxImageProperties :
    ImagePropertiesEx
vb
Public Class InternalCheckBoxImageProperties
    Inherits ImagePropertiesEx

The following members return InternalCheckBoxImageProperties objects:

Show 33 links

Remarks

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

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ImagePropertiesBase ImagePropertiesEx InternalCheckBoxImageProperties

See Also

InternalCheckBoxImageProperties Members

DevExpress.Web Namespace