Class QueryToggle
- Namespace
- Dynamicweb.CoreUI.Data
- Assembly
- Dynamicweb.CoreUI.dll
public sealed class QueryToggle
- Inheritance
-
QueryToggle
- Inherited Members
Properties
IsChecked
public bool IsChecked { get; set; }
Property Value
Label
public string Label { get; set; }
Property Value
PropertyName
public string PropertyName { get; set; }
Property Value
Methods
Create(string, string)
public static QueryToggle Create(string propertyName, string label)