| ProductsAndGroupsSelectorShowQueries Property |
Gets or sets a value indicating whether [show repository queries].
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
[DefaultValueAttribute(false)]
public bool ShowQueries { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute(false)>
Public Property ShowQueries As Boolean
Get
Set
Property Value
Type:
Booleantrue if [show queries]; otherwise,
false.
See Also