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

ImagePropertiesBase.IsEmptyChecked Property

Gets a value that indicates whether no image is defined for an element’s checked state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual bool IsEmptyChecked { get; }

Property Value

Type Description
Boolean

true if no checked state image is defined; otherwise false.

See Also