Skip to main content
A newer version of this page is available. .
Tab

DataViewEmptyDataStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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