Skip to main content
Tab

DataViewEmptyDataStyle Class

Defines style settings for the empty data area of the ASPxDataView control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DataViewEmptyDataStyle :
    AppearanceStyle

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.

See Also