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
CascadeColumn
Assembly: Serenity.Menu.Application.dll
Syntax
public sealed class CascadeColumn
Constructors
CascadeColumn(string, IReadOnlyList<CascadeOption>)
Declaration
public CascadeColumn(string title, IReadOnlyList<CascadeOption> options)
Parameters
Properties
Options
Declaration
public IReadOnlyList<CascadeOption> Options { get; }
Property Value
Title
Declaration
public string Title { get; }
Property Value