Table of Contents

Class ShowMessageGenerateModel

Namespace
Dynamicweb.CoreUI.Data
Assembly
Dynamicweb.CoreUI.dll
public sealed class ShowMessageGenerateModel
Inheritance
ShowMessageGenerateModel
Inherited Members

Properties

AcceptButtonText

public string? AcceptButtonText { get; set; }

Property Value

string

Header

public string? Header { get; set; }

Property Value

string

Message

public string? Message { get; set; }

Property Value

string

RejectButtonText

public string? RejectButtonText { get; set; }

Property Value

string

ShowAcceptButton

public bool ShowAcceptButton { get; set; }

Property Value

bool

ShowRejectButton

public bool ShowRejectButton { get; set; }

Property Value

bool
To top