Skip to main content

MVCxTreeListPopupControlSettings(IPropertiesOwner) Constructor

Initializes a new instance of the MVCxTreeListPopupControlSettings class.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxTreeListPopupControlSettings(
    IPropertiesOwner treeList
)

Parameters

Name Type Description
treeList IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also