Class UiNotificationOptions
Inheritance
object
UiNotificationOptions
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.Notifications
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public class UiNotificationOptions
Constructors
UiNotificationOptions()
Declaration
public UiNotificationOptions()
Properties
OkButtonIcon
Declaration
public object OkButtonIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
OkButtonText
Declaration
public ILocalizableString OkButtonText { get; set; }
Property Value
| Type | Description |
|---|---|
| ILocalizableString |