WizardStepCollection.IsReadOnly Property
.NET Framework 3.0
Gets a value indicating whether the WizardStepBase-derived objects in the collection can be modified.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public final boolean get_IsReadOnly ()
public final function get IsReadOnly () : boolean
Not applicable.
Property Value
true if the WizardStepCollection collection can be modified; otherwise, false.Community Additions
ADD
Show: