ClientSideEventsBase.IsEmpty() Method
Returns a value that indicates whether no handler is assigned to the available client events.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
Type | Description |
---|---|
Boolean | true if no client event is handled; otherwise, false. |
See Also