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

IndexPanelItemStyle Class

Defines style settings for index panel items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

See Also