Back to Devexpress

IndexPanelStyle Class

aspnet-devexpress-dot-web-15838cc6.md

latest2.3 KB
Original Source

IndexPanelStyle Class

Defines style settings for the index panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return IndexPanelStyle objects:

Remarks

The IndexPanelStyle class contains settings that define the style of the index panel within a ASPxTitleIndex control.

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle IndexPanelStyle IndexPanelItemStyle

See Also

IndexPanelStyle Members

IndexPanelStyle

DevExpress.Web Namespace