DataViewEmptyDataStyle Class
In This Article
Defines style settings for the empty data area of the ASPxDataView control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class DataViewEmptyDataStyle :
AppearanceStyle
#Related API Members
The following members return DataViewEmptyDataStyle objects:
#Remarks
The DataViewEmptyDataStyle class contains style settings that define the appearance of the ASPxDataView‘s empty data area.
An object of the DataViewEmptyDataStyle type can be accessed via the ASPxDataViewBase.EmptyDataStyle property.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
AppearanceStyle
DataViewEmptyDataStyle
See Also