GridLayoutColumn
Class
Represents GridLayout column.
Definition
Namespace:Telerik.WinControls.Layouts
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class GridLayoutColumn : GridLayoutElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectGridLayoutElementGridLayoutColumn
Implements:
Inherited Members
Constructors
C#
public GridLayoutColumn()
Fields
C#
public static readonly RadProperty FixedWidthProperty
C#
public static readonly RadProperty ProportionalWidthWeightProperty
Properties
C#
public float FixedWidth { get; set; }
C#
public int ProportionalWidthWeight { get; set; }