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

MVCxTreeListPopupControlSettings(IPropertiesOwner) Constructor

Initializes a new instance of the MVCxTreeListPopupControlSettings class.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxTreeListPopupControlSettings(
    IPropertiesOwner treeList
)

Parameters

Name Type Description
treeList IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also