Gets or sets a value indicating whether the user is allowed to dismiss this C1TabItem.

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

Syntax

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

See Also