Table.Cell.Options Class
Definition
Section titled “Definition”A collection of settings that are used by Table.Cell
public class Table.Cell.Options : IEquatable<Table.Cell.Options>Inheritance object
Implements IEquatable<Table.Cell.Options>
Constructors
Section titled “Constructors”Options(Table)
Section titled “Options(Table)”Creates new options based on the default values of the table
public Options(Table table)Parameters
Section titled “Parameters”table Table
Properties
Section titled “Properties”HorizontalAlignment
Section titled “HorizontalAlignment”The horizontal text alignment setting; Default: left
public Table.Cell.Options.HorizontalAlign HorizontalAlignment { get; set; }VerticalAlignment
Section titled “VerticalAlignment”The vertical text alignment setting; Default: left
public Table.Cell.Options.VerticalAlign VerticalAlignment { get; set; }UseFakeLayout
Section titled “UseFakeLayout”Defines if the cell should also trigger the fake layout event if the option is enabled on the table; Default: false
public bool UseFakeLayout { get; set; }MaxCharactersPerLine
Section titled “MaxCharactersPerLine”The maximum characters this cell can show per line; Default: cell width
public int? MaxCharactersPerLine { get; set; }Interactable
Section titled “Interactable”Defines if the cell can interact with mouse events; Default: true
public bool Interactable { get; set; }Selectable
Section titled “Selectable”Defines if the cell can be selected by the mouse; Default: true
public bool Selectable { get; set; }SelectionMode
Section titled “SelectionMode”Defines the selection visual mode when the cell is selected; Default: single
public Table.TableCells.Layout.Mode SelectionMode { get; set; }HoverMode
Section titled “HoverMode”Defines the hover visual mode when the cell is hovered over by the mouse; Default: single
public Table.TableCells.Layout.Mode HoverMode { get; set; }Methods
Section titled “Methods”Equals(Options?)
Section titled “Equals(Options?)”public bool Equals(Table.Cell.Options? other)Parameters
Section titled “Parameters”other Table.Cell.Options
Returns
Section titled “Returns”Equals(object?)
Section titled “Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object
Returns
Section titled “Returns”GetHashCode()
Section titled “GetHashCode()”public override int GetHashCode()