Back to Devexpress

TreeListAlternatingNodeStyle Class

aspnet-devexpress-dot-web-dot-aspxtreelist-ae457dd8.md

latest2.2 KB
Original Source

TreeListAlternatingNodeStyle Class

Provides the style settings used to paint alternating nodes.

Namespace : DevExpress.Web.ASPxTreeList

Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListAlternatingNodeStyle :
    TreeListNodeStyle
vb
Public Class TreeListAlternatingNodeStyle
    Inherits TreeListNodeStyle

The following members return TreeListAlternatingNodeStyle objects:

Remarks

These settings can be accessed using the TreeListStyles.AlternatingNode property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase TreeListNodeStyle TreeListAlternatingNodeStyle

See Also

TreeListAlternatingNodeStyle Members

AlternatingNode

Tree List

DevExpress.Web.ASPxTreeList Namespace