Back to Devexpress

IndexPanelSeparatorStyle Class

aspnet-devexpress-dot-web-1db1df56.md

latest2.4 KB
Original Source

IndexPanelSeparatorStyle Class

Defines style settings for the index panel separator.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class IndexPanelSeparatorStyle :
    AppearanceStyleBase
vb
Public Class IndexPanelSeparatorStyle
    Inherits AppearanceStyleBase

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase IndexPanelSeparatorStyle

See Also

IndexPanelSeparatorStyle Members

IndexPanelSeparatorStyle

DevExpress.Web Namespace