Class PredefinedValue
- Namespace
- Dynamicweb.CoreUI.Editors.Inputs
- Assembly
- Dynamicweb.CoreUI.dll
public sealed record PredefinedValue : IEquatable<PredefinedValue>
- Inheritance
-
PredefinedValue
- Implements
- Inherited Members
Constructors
PredefinedValue(string, string)
public PredefinedValue(string Label, string Value)
Parameters
Properties
Label
public string Label { get; init; }
Property Value
Value
public string Value { get; init; }