Show / Hide Table of Contents

Class GridColumn

Represents the column of flexible grid layout.

Inheritance
System.Object
GridTrack
GridColumn
Implements
System.Collections.Generic.IReadOnlyList<GridColumn>
System.Collections.Generic.IReadOnlyCollection<GridColumn>
System.Collections.Generic.IEnumerable<GridColumn>
System.Collections.IEnumerable
Inherited Members
GridTrack.Orientation
GridTrack.Length
GridTrack.Resize(GridLength)
GridTrack.MinLength
GridTrack.MaxLength
GridTrack.MeasuredLength
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()
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest