BaseValidator::StyleReference Property

 
Use BaseTrue

Gets or sets a reference to the style properties for a control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

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

public:
property String^ StyleReference {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

None.

.NET Framework
Available since 1.1
Return to top
Show: