DataBoundControlDesigner::IDataBindingSchemaProvider::CanRefreshSchema Property

 

For a description of this member, see CanRefreshSchema.

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

private:
property bool CanRefreshSchema {
	virtual bool get() sealed = IDataBindingSchemaProvider::CanRefreshSchema::get;
}

Property Value

Type: System::Boolean

true if the designer can refresh the data source; otherwise, false.

This member is an explicit interface member implementation. It can be used only when the DataBoundControlDesigner instance is cast to an IDataBindingSchemaProvider interface.

.NET Framework
Available since 2.0
Return to top
Show: