Gets or sets the width of the data grid as a GridLength unit (by default 0.5*). This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public GridLength DataGridWidth { get; set; }
Visual Basic (Declaration)
Public Property DataGridWidth As GridLength

See Also