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)

<ThemeableAttribute(True)>
Public Overridable Property RenderWhenDataEmpty As Boolean

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: