ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToastToastAnimationSettings

    Show / Hide Table of Contents

    Class ToastToastAnimationSettings

    Inheritance
    System.Object
    EJTagHelper
    ToastToastAnimationSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Notifications
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ToastToastAnimationSettings : EJTagHelper

    Constructors

    ToastToastAnimationSettings()

    Declaration
    public ToastToastAnimationSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    Hide

    Specifies the animation to appear while hiding the Toast.

    Declaration
    public ToastToastAnimations Hide { get; set; }
    Property Value
    Type Description
    ToastToastAnimations

    The default value is null

    Show

    Specifies the animation to appear while showing the Toast.

    Declaration
    public ToastToastAnimations Show { get; set; }
    Property Value
    Type Description
    ToastToastAnimations

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved