Skip to main content

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

Initializes a wizard page with the list of available members.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public 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