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
labelstring
Properties
Label
public string Label { get; }