| UserSelectorDiscoverHiddenItems Property |
Gets or sets value indicating whether user can expand long list of users/groups by clicking "Show more" link.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(false)]
[DefaultValueAttribute(false)]
public bool DiscoverHiddenItems { get; set; }
<BindableAttribute(false)>
<DefaultValueAttribute(false)>
Public Property DiscoverHiddenItems As Boolean
Get
Set
Property Value
Type:
BooleanRemarks Setting this property to "True" will override the value of the "AdditionalTextLink" property.
See Also