DataSourceControl::SkinID Property

 

Gets the skin to apply to the DataSourceControl control.

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

public:
[BrowsableAttribute(false)]
property String^ SkinID {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

String::Empty.

Exception Condition
NotSupportedException

An attempt was made to set the value of the SkinID property.

Because the DataSourceControl control has no visual rendering, you cannot set the SkinID property.

.NET Framework
Available since 2.0
Return to top
Show: