Back to Devexpress

IndexPanelItemStyle.CurrentStyle Property

aspnet-devexpress-dot-web-dot-indexpanelitemstyle.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public AppearanceSelectedStyle CurrentStyle { get; }
vb
Public ReadOnly Property CurrentStyle As AppearanceSelectedStyle

Property Value

TypeDescription
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

DisabledStyle

Behavior

Filtering

IndexPanelItemStyle Class

IndexPanelItemStyle Members

DevExpress.Web Namespace