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

DataViewStyles.EmptyData Property

Gets style settings defining the appearance of the of the control’s empty data area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public DataViewEmptyDataStyle EmptyData { get; }

Property Value

Type Description
DataViewEmptyDataStyle

A DataViewEmptyDataStyle object that contains style settings.

See Also