Back to Devexpress

DataViewEmptyDataStyle Class

aspnet-devexpress-dot-web-f920f21d.md

latest2.3 KB
Original Source

DataViewEmptyDataStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class DataViewEmptyDataStyle :
    AppearanceStyle
vb
Public Class DataViewEmptyDataStyle
    Inherits 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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle DataViewEmptyDataStyle

See Also

DataViewEmptyDataStyle Members

DataView

DevExpress.Web Namespace