Back to Devexpress

AppointmentLabelCollection.CreateNewLabel Method

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentlabelcollection-dot-createnewlabel.md

latest1.3 KB
Original Source

AppointmentLabelCollection.CreateNewLabel Method

NameParametersDescription
CreateNewLabel(Object, String, String, Color)id, displayName, menuCaption, colorCreates a new label with the specified identifier, display name, menu caption and color.
CreateNewLabel(Object, String, String)id, displayName, menuCaptionCreates a new label with the specified identifier, display name and menu caption.
CreateNewLabel(Object, String)id, displayNameCreates a new label with the specified identifier and displayed name, and with menu caption which is the same as display name.
CreateNewLabel(String)displayNameCreates a new label with the identifier created by default, specified displayed name and menu caption which is the same as display name.