using System.ComponentModel.DataAnnotations; namespace RGB.NET.Devices.Novation { public enum NovationDevices { [Display(Name = "Launchpad S")] LaunchpadS } }