Gets or sets a value indicating whether the width is set automatically based upon the element size.

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

Syntax

C#
public bool IsAutoWidth { get; set; }
Visual Basic
Public Property IsAutoWidth As Boolean
	Get
	Set
JScript
final function get IsAutoWidth () : boolean
final function set IsAutoWidth (value : boolean)

Implements

IDataGridColumn..::..IsAutoWidth

See Also