Skip to main content
A newer version of this page is available. .
Tab

TitleIndexItemStyle Class

Defines style settings for data items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class TitleIndexItemStyle :
    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.

See Also