|
|
Property : StateFrom $1Table of contentsDescriptionUse the State property to dynamically hide, show, enable, and disable controls bound to this field or function at runtime. Notice that the State property is set on the field or function that a control is bound to, not the control itself. The Show and Enable Site (Path or Expression) settings should evaluate to boolean values. To hide a control bound to this field, set Show to false. To disable a control bound to this field, set Enable to false. For information on modifying the appearance of disabled controls, see the Fade on Disable property. To handle layout changes due to controls dynamically showing or hiding, see the Retain Space property. Property Editor LocationBehavior tab
Tags:
|