Skip to main content

Struct TreeColumnPaneDiff

Namespace: VelloSharp.TreeDataGrid.Composition
Assembly: VelloSharp.TreeDataGrid.dll

public readonly record struct TreeColumnPaneDiff : IEquatable<TreeColumnPaneDiff>

Implements

IEquatable<TreeColumnPaneDiff>

Inherited Members

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

Constructors

TreeColumnPaneDiff(bool, bool, bool)

public TreeColumnPaneDiff(bool LeadingChanged, bool PrimaryChanged, bool TrailingChanged)

Parameters

LeadingChanged bool

PrimaryChanged bool

TrailingChanged bool

Properties

Any

public bool Any { get; }

Property Value

bool

LeadingChanged

public bool LeadingChanged { get; init; }

Property Value

bool

PrimaryChanged

public bool PrimaryChanged { get; init; }

Property Value

bool

TrailingChanged

public bool TrailingChanged { get; init; }

Property Value

bool

Methods

Union(TreeColumnPaneDiff)

public TreeColumnPaneDiff Union(TreeColumnPaneDiff other)

Parameters

other TreeColumnPaneDiff

Returns

TreeColumnPaneDiff