TemplateGroup::IsEmpty Property

 

Gets a value indicating whether there are any templates in the group.

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

public:
property bool IsEmpty {
	bool get();
}

Property Value

Type: System::Boolean

true if there are no templates in the group; otherwise false.

.NET Framework
Available since 2.0
Return to top
Show: