Class GridColumn
Represents the column of flexible grid layout.
Implements
System.Collections.Generic.IReadOnlyList<GridColumn>
System.Collections.Generic.IReadOnlyCollection<GridColumn>
System.Collections.Generic.IEnumerable<GridColumn>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public sealed class GridColumn : GridTrack, IConcatList<GridColumn>, IReadOnlyList<GridColumn>, IReadOnlyCollection<GridColumn>, IEnumerable<GridColumn>, IEnumerable
Properties
Name | Description |
---|---|
MaxWidth | Gets the maximum width of the grid column. |
MinWidth | Gets the minimum width of the grid column. |
Width | Gets the width of the grid column. |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerable<GridColumn>.GetEnumerator() | |
IReadOnlyCollection<GridColumn>.Count | |
IReadOnlyList<GridColumn>.Item[Int32] | |
IEnumerable.GetEnumerator() |