GridLayoutRow
Class
Represents GridLayout row.
Definition
Namespace:Telerik.WinControls.Layouts
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class GridLayoutRow : GridLayoutElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectGridLayoutElementGridLayoutRow
Implements:
Inherited Members
Constructors
C#
public GridLayoutRow()
Fields
C#
public static readonly RadProperty FixedHeightProperty
C#
public static readonly RadProperty ProportionalHeightWeightProperty
Properties
C#
public float FixedHeight { get; set; }
C#
public int ProportionalHeightWeight { get; set; }