Gets or sets the width of this column, in pixels (set to GridLength.Auto
to use the default width).
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
[DefaultValueAttribute(typeof(GridLength), "Auto")] public GridLength Width { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(GetType(GridLength), "Auto")> _ Public Property Width As GridLength Get Set |