A newer version of this page is available.
Switch to the current version.
ASPxCheckBox.CheckedImage Property
Provides access to the settings that define an image of a check box in the checked state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public virtual InternalCheckBoxImageProperties CheckedImage { get; }
Public Overridable ReadOnly Property CheckedImage As InternalCheckBoxImageProperties
Property Value
Type | Description |
---|---|
DevExpress.Web.InternalCheckBoxImageProperties | An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings. |
Remarks
Note that if you specify the CheckedImage property, you should set the image size via the Height and Width properties.
See Also
Feedback