Table of Contents

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

Label string
Value string

Properties

Label

public string Label { get; init; }

Property Value

string

Value

public string Value { get; init; }

Property Value

string
To top