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