ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / Appointment Class / Importance Property

In This Topic
    Importance Property
    In This Topic
    Gets or sets the ImportanceEnum value indicating the relative importance level for the appointment. Default value is ImportanceEnum.Normal.
    Syntax
    'Declaration
     
    Public Property Importance As ImportanceEnum
    public ImportanceEnum Importance {get; set;}
    See Also