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

IndexPanelItemStyle.CurrentStyle Property

Gets or sets the style settings of the currently selected index character (index panel item) if the IndexPanel.Behavior property is set to IndexPanelBehavior.Filtering.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public AppearanceSelectedStyle CurrentStyle { get; }

Property Value

Type Description
AppearanceSelectedStyle

A AppearanceSelectedStyle object that contains style settings.

Remarks

Use the CurrentStyle property to define the appearance of the currently selected index panel item.

Note

This property is in effect when the IndexPanel.Behavior property is set to IndexPanelBehavior.Filtering.

See Also