Class ButtonData
- Namespace
- Dynamicweb.CoreUI.Editors.Selectors
- Assembly
- Dynamicweb.CoreUI.dll
public sealed record ButtonData : IEquatable<ButtonData>
- Inheritance
-
ButtonData
- Implements
-
- Inherited Members
-
Properties
public string Label { get; set; }
Property Value
- string
public string Link { get; set; }
Property Value
- string
public string LinkType { get; set; }
Property Value
- string
public object SelectedValue { get; set; }
Property Value
- object
public string Style { get; set; }
Property Value
- string