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.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
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