Class UiMessageOptions
Inheritance
object
UiMessageOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Components.Messages
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public class UiMessageOptions
Constructors
UiMessageOptions()
Declaration
public UiMessageOptions()
Properties
CancelButtonIcon
Declaration
public object CancelButtonIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CancelButtonText
Declaration
public string CancelButtonText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CenterMessage
Declaration
public bool CenterMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ConfirmButtonIcon
Declaration
public object ConfirmButtonIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ConfirmButtonText
Declaration
public string ConfirmButtonText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MessageIcon
Declaration
public object MessageIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
OkButtonIcon
Declaration
public object OkButtonIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
OkButtonText
Declaration
public string OkButtonText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ShowMessageIcon
Declaration
public bool ShowMessageIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |