Table of Contents

Class QueryToggleAttribute

Namespace
Dynamicweb.CoreUI.Data
Assembly
Dynamicweb.CoreUI.dll
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public sealed class QueryToggleAttribute : Attribute
Inheritance
QueryToggleAttribute
Inherited Members

Constructors

QueryToggleAttribute(string)

public QueryToggleAttribute(string label)

Parameters

label string

Properties

Label

public string Label { get; }

Property Value

string
To top