Skip to main content
Tab

DataViewStyles.EmptyItem Property

Gets the style settings defining the appearance of the empty data items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DataViewEmptyItemStyle EmptyItem { get; }

Property Value

Type Description
DataViewEmptyItemStyle

A DataViewEmptyItemStyle object that contains style settings.

See Also