Back to Devexpress

TitleIndexItemStyle Class

aspnet-devexpress-dot-web-f4dd593a.md

latest2.2 KB
Original Source

TitleIndexItemStyle Class

Defines style settings for data items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return TitleIndexItemStyle objects:

Remarks

The TitleIndexItemStyle class contains settings that define the style of data items within a ASPxTitleIndex control.

An object of the TitleIndexItemStyle type can be accessed via the ASPxTitleIndex.ItemStyle property of a control.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle TitleIndexItemStyle

See Also

TitleIndexItemStyle Members

ItemStyle

DevExpress.Web Namespace