Table of Contents

Class ButtonData

Namespace
Dynamicweb.CoreUI.Editors.Selectors
Assembly
Dynamicweb.CoreUI.dll
public sealed record ButtonData : IEquatable<ButtonData>
Inheritance
ButtonData
Implements
Inherited Members

Properties

Label

public string Label { get; set; }

Property Value

string
public string Link { get; set; }

Property Value

string

LinkType

public string LinkType { get; set; }

Property Value

string

SelectedValue

public object SelectedValue { get; set; }

Property Value

object

Style

public string Style { get; set; }

Property Value

string
To top