Back to Devexpress

IndexPanelItemStyle Class

aspnet-devexpress-dot-web-f809c871.md

latest2.5 KB
Original Source

IndexPanelItemStyle Class

Defines style settings for index panel items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class IndexPanelItemStyle :
    IndexPanelStyle
vb
Public Class IndexPanelItemStyle
    Inherits IndexPanelStyle

The following members return IndexPanelItemStyle objects:

Remarks

The IndexPanelItemStyle class contains settings that define the style of index panel items displayed within a ASPxTitleIndex control’s index panel.

An object of the IndexPanelItemStyle type can be accessed via the control’s ASPxTitleIndex.IndexPanelItemStyle property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle IndexPanelStyle IndexPanelItemStyle

See Also

IndexPanelItemStyle Members

IndexPanelItemStyle

DevExpress.Web Namespace