Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class List

    Base class for list elements (ordered and unordered).

    Inheritance
    System.Object
    Block
    BlockContainer
    List
    OrderedList
    UnorderedList
    Implements
    INode
    Inherited Members
    BlockContainer.Children
    BlockContainer.Add<T>(T)
    BlockContainer.Replace(Block, Block)
    BlockContainer.Remove(Block)
    BlockContainer.NextSibling(Block)
    BlockContainer.LastChild
    BlockContainer.FirstChild
    Block.Accept(INodeVisitor)
    Block.Next
    Block.Parent
    Block.Remove()
    Namespace: Radzen.Blazor.Markdown
    Assembly: Radzen.Blazor.dll
    Syntax
    public abstract class List : BlockContainer, INode

    Properties

    Marker

    Gets or sets the list marker.

    Declaration
    public char Marker { get; set; }
    Property Value
    Type Description
    System.Char

    Tight

    Gets or sets a value indicating whether the list is tight. Tight lists have no space between their items.

    Declaration
    public bool Tight { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    CanContain(Block)

    Determines if the block can contain the specified node.

    Declaration
    public override bool CanContain(Block node)
    Parameters
    Type Name Description
    Block node
    Returns
    Type Description
    System.Boolean
    Overrides
    BlockContainer.CanContain(Block)

    Implements

    INode

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT