Skip to main content

Struct TreeColumnContext

Namespace: VelloSharp.TreeDataGrid.Templates
Assembly: VelloSharp.TreeDataGrid.dll

public readonly record struct TreeColumnContext : IEquatable<TreeColumnContext>

Implements

IEquatable<TreeColumnContext>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

TreeColumnContext(string, int, object?)

public TreeColumnContext(string Key, int Index, object? Metadata = null)

Parameters

Key string

Index int

Metadata object?

Properties

Index

public int Index { get; init; }

Property Value

int

Key

public string Key { get; init; }

Property Value

string

Metadata

public object? Metadata { get; init; }

Property Value

object?