IndexPanelItemStyle.CurrentStyle Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public AppearanceSelectedStyle CurrentStyle { get; }
#Property Value
Type | Description |
---|---|
Appearance |
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 Index
See Also