Back to Devexpress

DataViewEmptyItemStyle Class

aspnet-devexpress-dot-web-0eb99aed.md

latest2.1 KB
Original Source

DataViewEmptyItemStyle Class

Provides style settings used to paint empty data items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class DataViewEmptyItemStyle :
    DataViewItemStyle
vb
Public Class DataViewEmptyItemStyle
    Inherits DataViewItemStyle

The following members return DataViewEmptyItemStyle objects:

Remarks

These settings can be accessed via the ASPxDataView.EmptyItemStyle property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle DataViewItemStyle DataViewEmptyItemStyle

See Also

DataViewEmptyItemStyle Members

DataView

DevExpress.Web Namespace