logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class CascadeColumn

    A single column of options within a CascadeMenuPage. A page with more than one column renders them side-by-side, all visible and interactable, with left/right navigation moving the cursor between columns (e.g. a target selector's "Enemies" and "Party" columns). Pure model.

    Inheritance
    object
    CascadeColumn
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.Menu.Application.Cascade
    Assembly: Serenity.Menu.Application.dll
    Syntax
    public sealed class CascadeColumn

    Constructors

    CascadeColumn(string, IReadOnlyList<CascadeOption>)

    Declaration
    public CascadeColumn(string title, IReadOnlyList<CascadeOption> options)
    Parameters
    Type Name Description
    string title
    IReadOnlyList<CascadeOption> options

    Properties

    Options

    Declaration
    public IReadOnlyList<CascadeOption> Options { get; }
    Property Value
    Type Description
    IReadOnlyList<CascadeOption>

    Title

    Declaration
    public string Title { get; }
    Property Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved