ChooseObjectMemberPage Properties
Provides a view for the Select a Data Source Member page of the Data Source Wizard in WPF applications.Name | Description |
---|---|
AvailableItems | Specifies available public members. |
BindToEntireObject | Specifies whether to bind to the entire object or to its public member. |
CanBindToEntireObject | Specifies whether it is possible to bind to the entire object. |
CanShowOnlyHighlighted | Specifies whether the Show only highlighted members check box is available on a wizard page. |
Description | Specifies the description of the current wizard page. |
IsInDesignMode static | Gets whether design-time mode is active. Inherited from ViewModelBase. |
Result | Specifies the item selected in the list of available members. |
ShowOnlyHighlighted | Specifies whether the Show only highlighted members check box is selected. |
UseCustomFooter | Inherited from WizardPageBase. |
See Also