Gets or sets the SensitivityEnum value indicating the sensitivity level of the appointment.

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

Syntax

C#
[DefaultValueAttribute(SensitivityEnum.Normal)]
public SensitivityEnum Sensitivity { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(SensitivityEnum.Normal)> _
Public Property Sensitivity As SensitivityEnum
	Get
	Set

Remarks

The default value for this property is SensitivityEnum.Normal.

See Also