XmlDataSourceDesigner::CanConfigure Property

 

Gets a value indicating whether the Configure method can be called.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public:
property bool CanConfigure {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true, if the Configure method can be called; otherwise, false. The default is false.

.NET Framework
Available since 2.0
Return to top
Show: