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