Control.IsChildControlStateCleared Property
.NET Framework 2.0
Gets a value indicating whether controls contained within this control have control state.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Protected Friend ReadOnly Property IsChildControlStateCleared As Boolean 'Usage Dim value As Boolean value = Me.IsChildControlStateCleared
/** @property */ protected boolean get_IsChildControlStateCleared ()
protected internal function get IsChildControlStateCleared () : boolean
Not applicable.
Property Value
true if children of this control do not use control state; otherwise, false.Community Additions
ADD
Show: