Class GridLayoutColumn
Represents GridLayout column.
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 GridLayoutColumn : GridLayoutElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
GridLayoutColumn()
Declaration
public GridLayoutColumn()
Fields
FixedWidthProperty
ProportionalWidthWeightProperty
Declaration
public static readonly RadProperty ProportionalWidthWeightProperty
Field Value
RadProperty
|
Properties
FixedWidth
Declaration
public float FixedWidth { get; set; }
Property Value
System.Single
|
ProportionalWidthWeight
Declaration
public int ProportionalWidthWeight { get; set; }
Property Value
System.Int32
|
Width
Declaration
public float Width { get; set; }
Property Value
System.Single
|