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
LeadingChanged
public bool LeadingChanged { get; init; }
Property Value
PrimaryChanged
public bool PrimaryChanged { get; init; }
Property Value
TrailingChanged
public bool TrailingChanged { get; init; }
Property Value
Methods
Union(TreeColumnPaneDiff)
public TreeColumnPaneDiff Union(TreeColumnPaneDiff other)
Parameters
other
TreeColumnPaneDiff