Skip to main content
Tab

ImagePropertiesBase.IsEmptyPressed Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual bool IsEmptyPressed { get; }

Property Value

Type Description
Boolean

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

See Also