Skip to main content
Tab

ASPxDataViewBase.HasItems() Method

In This Article

Returns a value that specifies whether the control’s item collection is not empty.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public bool HasItems()

#Returns

Type Description
Boolean

true if the web control has items in its item collection; otherwise, false.

See Also