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.
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::Booleantrue 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
Available since 4.5
Show: