Skip to main content
A newer version of this page is available. .

TreeListAlternatingNodeStyle(IPropertiesOwner) Constructor

Initializes a new instance of the TreeListAlternatingNodeStyle class.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListAlternatingNodeStyle(
    IPropertiesOwner owner
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also