Skip to main content
Tab

ClientSideEventsBase.IsEmpty() Method

In This Article

Returns a value that indicates whether no handler is assigned to the available client events.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public bool IsEmpty()

#Returns

Type Description
Boolean

true if no client event is handled; otherwise, false.

See Also