Skip to main content

IChooseObjectMemberPageView.Initialize(IEnumerable<ObjectMember>, Boolean, Boolean) Method

If implemented, initializes a wizard page with the list of available members.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

void Initialize(
    IEnumerable<ObjectMember> items,
    bool staticType,
    bool showAll
)

Parameters

Name Type Description
items IEnumerable<ObjectMember>

A collection of ObjectMember objects containing settings of object members.

staticType Boolean

A value that specifies whether binding to an object member (not to the entire object) is selected.

showAll Boolean

The state of the Show only highlighted members check box.

See Also