DataViewEmptyItemStyle Class
In This Article
Provides style settings used to paint empty data items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class DataViewEmptyItemStyle :
DataViewItemStyle
#Related API Members
The following members return DataViewEmptyItemStyle objects:
#Remarks
These settings can be accessed via the ASPxDataView.EmptyItemStyle property.
#Inheritance
See Also