IndexPanelStyle Class
In This Article
Defines style settings for the index panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class IndexPanelStyle :
AppearanceStyle
#Related API Members
The following members return IndexPanelStyle objects:
#Remarks
The IndexPanelStyle class contains settings that define the style of the index panel within a ASPxTitleIndex control.
An object of the IndexPanelStyle type can be accessed via the control’s ASPxTitleIndex.IndexPanelStyle property.
#Inheritance
See Also