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.v24.2.dll
Declaration
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