Gets or sets the width of the column.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double Width { get; set; }
Visual Basic
Public Property Width As Double
	Get
	Set
JScript
final function get Width () : double
final function set Width (value : double)

Implements

IDataGridColumn..::..Width

See Also