Table of Contents

Class Button

Namespace
Dynamicweb.CoreUI.Actions
Assembly
Dynamicweb.CoreUI.dll
public class Button : ActionNode
Inheritance
Button
Inherited Members
Extension Methods

Properties

ContextMenu

public ContextMenu? ContextMenu { get; set; }

Property Value

ContextMenu

IsNavigateButton

public bool IsNavigateButton { get; }

Property Value

bool

Type

public Button.ButtonType Type { get; set; }

Property Value

Button.ButtonType

Methods

WithType(ButtonType)

public Button WithType(Button.ButtonType type)

Parameters

type Button.ButtonType

Returns

Button
To top