MindFusion.Scheduling for Silverlight Programmer's Guide
GridColumn.Width Property
See Also
 





Gets or sets the desired width for this column. This is a dependency property.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public double Width { get; set; }

Visual Basic  Copy Code

Public Property Width As Double

 Property Value

A double value specifying the width of the column. The default is 90.

 See Also

GridColumn Members
GridColumn Class
MindFusion.DataViews.Silverlight Namespace