ObjectDataSourceDesigner::CanConfigure Property
.NET Framework (current version)
Gets a value that indicates whether the Configure method can be called.
Assembly: System.Design (in System.Design.dll)
Implements
IDataSourceDesigner::CanConfigureThe Configure method can be called, and the CanConfigure property is true, if the Site property of the associated ObjectDataSource control implements either the ITypeResolutionService or the ITypeDiscoveryService interface.
If the CanConfigure is true, the Configure Data Source menu item is displayed in the Common ObjectDataSource Tasks context menu of the associated control on the visual designer surface. The Configure Data Source wizard is invoked when this menu item is selected.
.NET Framework
Available since 2.0
Available since 2.0
Show: