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

CheckBoxListProperties.UncheckedImage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public InternalCheckBoxImageProperties UncheckedImage { get; }

Property Value

Type Description
InternalCheckBoxImageProperties

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

See Also