Gets/sets when the control enters in edit mode.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool IsInEditMode { get; set; }
Visual Basic
Public Property IsInEditMode As Boolean
	Get
	Set

See Also