ExpressionEditorSheet::IsValid Property

 

Gets a value that indicates whether the expression string is valid.

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

public:
[BrowsableAttribute(false)]
property bool IsValid {
	virtual bool get();
}

Property Value

Type: System::Boolean

true, if the expression string is valid; otherwise false.

This base implementation always returns true.

.NET Framework
Available since 2.0
Return to top
Show: