Gets or sets the minimum 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#
double MinWidth { get; set; }
Visual Basic
Property MinWidth As Double
	Get
	Set
JScript
function get MinWidth () : double
function set MinWidth (value : double)

See Also