Gets or sets a value indicating whether when you resize the column, the changes to it's size will be applied immediately, or after you finish (leave the drag).

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

Syntax

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

Field Value

true if true the changes to column size will be applied immediately; otherwise, they will be applied only after you complete the drag.

See Also