Skip to main content
Tab

ASPxWebControlBase.IsEnabled() Method

In This Article

Returns a value that specifies whether a web control is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual bool IsEnabled()

#Returns

Type Description
Boolean

true if a web control is enabled; otherwise, false.

See Also