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

ImagePropertiesBase.IsEmptyDisabled Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual bool IsEmptyDisabled { get; }

Property Value

Type Description
Boolean

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

See Also