Back to Devexpress

DataViewItemStyle Class

aspnet-devexpress-dot-web-7f54c031.md

latest2.2 KB
Original Source

DataViewItemStyle Class

Provides style settings used to paint data items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return DataViewItemStyle objects:

Remarks

These settings can be accessed via the ASPxDataViewBase.ItemSpacing property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle DataViewItemStyle DataViewEmptyItemStyle

See Also

DataViewItemStyle Members

ItemSpacing

DataView

DevExpress.Web Namespace