Gets or sets the ImportanceEnum value indicating the relative importance level for the appointment. Default value is Normal.

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

Syntax

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

Remarks

The default value for this property is ImportanceEnum.Normal.

See Also