Skip to main content
All docs
V26.1
  • AppointmentLabel.GetDefaultColorByStringId(SchedulerColorId, UserLookAndFeel) Method

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v26.1.dll

    Declaration

    public static Color GetDefaultColorByStringId(
        SchedulerColorId colorId,
        UserLookAndFeel lookAndFeel = null
    )

    Parameters

    Name Type
    colorId SchedulerColorId

    Optional Parameters

    Name Type Default
    lookAndFeel UserLookAndFeel null

    Returns

    Type
    Color
    See Also