CheckBoxList::RenderWhenDataEmpty Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether the control is rendered when the data source has no data or the control is not data-bound.

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

public:
[ThemeableAttribute(true)]
property bool RenderWhenDataEmpty {
	virtual bool get();
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

true if the control is rendered when the data source has no data or the control is not data-bound; otherwise false.

.NET Framework
Available since 4.5
Return to top
Show: