RadioButtonList.RenderWhenDataEmpty Property

.NET Framework (current version)
 

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

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

[<ThemeableAttribute(true)>]
abstract RenderWhenDataEmpty : bool with get, set
[<ThemeableAttribute(true)>]
override RenderWhenDataEmpty : bool with get, set

Property Value

Type: System.Boolean

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

.NET Framework
Available since 4.5
Return to top
Show: