Home Search

DriveWorks Solo 21
Option Group

Send Feedback

Show Border Property

The border that surrounds the options contained in an Option Group control can be turned on or off using the Show Border property.

The Show Border property determines whether to show or hide the Option Group border.

Property Type: Static

Default Value: True

To Change the Default Value

Ensure the property is a static property (It will display the gray orb alongside the property name)

The default value of the static property can be changed by selecting the required value directly from the property field.

  1. Click in the property for the control to be changed.
  2. Select the required value directly from the drop down box in the property field.

Examples

Show Border Property Value (static)ResultNotes
TrueWill show the border.
FalseWill hide the border.

A rule can also be built for this property by changing the type to dynamic.

Character Limit Property Value (Dynamic)ResultNotes
IF( ChooseOptions="Yes", True, False)

Will show the border when the value of ChooseOptions is "Yes", otherwise the border will be hidden.


See Also

Welcome to DriveWorks Solo 11 What's New

Value set in Form Designer. For DriveWorks projects static properties can be made Dynamic by double clicking the gray radio button.