ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListAdv - ASP.NETMVC API Reference | Syncfusion ListAdv class. ">

    Show / Hide Table of Contents

    Class ListAdv

    Represents the ListAdv class.

    Inheritance
    System.Object
    BaseNode
    ListAdv
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ.DocumentEditor
    Assembly: Syncfusion.EJ.DocumentEditor.dll
    Syntax
    public class ListAdv : BaseNode, ISerializable

    Constructors

    ListAdv()

    Initializes a new instance of the ListAdv class.

    Declaration
    public ListAdv()

    Properties

    AbstractList

    Gets or sets the abstract list for the ListAdv.

    Declaration
    [Obsolete("This property has been deprecated. Use AbstractListId property to get or set the AbstractListAdv.")]
    public AbstractListAdv AbstractList { get; set; }
    Property Value
    Type Description
    AbstractListAdv

    AbstractListId

    Gets or sets the identifier of the AbstractListAdv.

    Declaration
    public int AbstractListId { get; set; }
    Property Value
    Type Description
    System.Int32

    LevelOverrides

    Gets or sets the level override collection of the ListAdv.

    Declaration
    public List<LevelOverrideAdv> LevelOverrides { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<LevelOverrideAdv>

    ListId

    Gets or sets the identifier of the ListAdv.

    Declaration
    public int ListId { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

    Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.

    Declaration
    public void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The System.Runtime.Serialization.SerializationInfo to populate with data.

    System.Runtime.Serialization.StreamingContext context

    The destination (see System.Runtime.Serialization.StreamingContext) for this serialization.

    Exceptions
    Type Condition
    System.Security.SecurityException

    Implements

    System.Runtime.Serialization.ISerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved