ObjectDataSourceWizardPageId Variable
Lists the values that identify sections of the Object Data Source Wizard pages.
Declaration
export const ObjectDataSourceWizardPageId: {
ChooseTypesPage: string;
ChooseDataMembersPage: string;
ConfigureParametersPage: string;
};
Members
Name | Type | Description |
---|---|---|
ChooseDataMembersPage | string | Identifies the Specify Data Source Settings (Object) page’s Choose the entire object or a data member to bind section. |
ChooseTypesPage | string | Identifies the Specify Data Source Settings (Object) page’s Choose the type and its constructor section. |
ConfigureParametersPage | string | Identifies the Specify Data Source Settings (Object) page’s Configure Parameters section. |