Skip to main content
Tab

IndexPanelItemStyle.CurrentStyle Property

Gets 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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public AppearanceSelectedStyle CurrentStyle { get; }

Property Value

Type Description
AppearanceSelectedStyle

An 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