Click or drag to resize

SubformBarHasOptionalItems Property

Gets/sets whether or not this subform has items that can be shown/hidden by the user. If the subform has optional items (regardless of whether any are currently shown), an icon button will be provided for showing/hiding the optional tabs.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool HasOptionalItems { get; set; }

Property Value

Type: Boolean

Implements

ISubformBarHasOptionalItems
See Also