Table of Contents

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

bool

Label

public string Label { get; set; }

Property Value

string

PropertyName

public string PropertyName { get; set; }

Property Value

string

Methods

Create(string, string)

public static QueryToggle Create(string propertyName, string label)

Parameters

propertyName string
label string

Returns

QueryToggle
To top