ASPxDataViewBase.EmptyDataTemplate Property
In This Article
Gets or sets a template used for displaying the content of the empty data area.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object that implements the ITemplate interface, and contains the template to represent the empty data area. |
#Remarks
Use the EmptyDataTemplate property to define the content for the empty data area of the control.
Note
Once a template defined via the Empty
See Also