Search Results for

    Show / Hide Table of Contents

    Class TableView.RowColorGetterArgs

    Arguments for TableView.RowColorGetterDelegate. Describes a row of data in a DataTable for which ColorScheme is sought.
    Inheritance
    object
    TableView.RowColorGetterArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public class TableView.RowColorGetterArgs

    Properties

    | Edit this page View Source

    RowIndex

    The index of the row in Table for which color is needed
    Declaration
    public int RowIndex { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Table

    The data table hosted by the TableView control.
    Declaration
    public DataTable Table { get; }
    Property Value
    Type Description
    DataTable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX