ChooseObjectMemberPageView.Initialize(IEnumerable<ObjectMember>, Boolean, Boolean) Method
In This Article
Initializes a wizard page with the list of available members.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.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<Object |
A collection of Object |
static |
Boolean | A value that specifies whether binding to an object member (not to the entire object) is selected. |
show |
Boolean | The state of the Show only highlighted members check box. |
See Also