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

CheckBoxListProperties.CheckedImage Property

Provides access to the settings that define the image of a check box in the checked state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public InternalCheckBoxImageProperties CheckedImage { get; }

Property Value

Type Description
InternalCheckBoxImageProperties

An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.

See Also