Class GridLayoutRow
Represents GridLayout row.
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: Telerik.WinControls.Layouts
Assembly: Telerik.WinControls.dll
Syntax
public class GridLayoutRow : GridLayoutElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
GridLayoutRow()
Declaration
public GridLayoutRow()
Fields
FixedHeightProperty
ProportionalHeightWeightProperty
Declaration
public static readonly RadProperty ProportionalHeightWeightProperty
Field Value
RadProperty
|
Properties
FixedHeight
Declaration
public float FixedHeight { get; set; }
Property Value
System.Single
|
Height
Declaration
public float Height { get; set; }
Property Value
System.Single
|
ProportionalHeightWeight
Declaration
public int ProportionalHeightWeight { get; set; }
Property Value
System.Int32
|