ObjectDataSourceDesigner.CanConfigure Property

Definition

Gets a value that indicates whether the Configure() method can be called.

public:
 virtual property bool CanConfigure { bool get(); };
public override bool CanConfigure { get; }
member this.CanConfigure : bool
Public Overrides ReadOnly Property CanConfigure As Boolean

Property Value

true if the Configure() method can be called; false otherwise.

Remarks

The 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.

Applies to

See also