ResourceExpressionEditorSheet.IsValid Property

 

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

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

public override bool IsValid { get; }

Property Value

Type: System.Boolean

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

This base implementation always returns true.

.NET Framework
Available since 2.0
Return to top
Show: