Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks
Setting this property to "True" will override the value of the "AdditionalTextLink" property.
See Also