Skip to main content
A newer version of this page is available. .

AppointmentFormController.NoneString Property

Returns a string which is used in combo-boxes when none of the available combo-box items are selected.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v19.2.dll

Declaration

public string NoneString { get; }

Property Value

Type Description
String

A String value. By default, it is set to “(None)” or to another value, according to the currently selected culture.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

Use this value if you need to add a combo-box to provide editing of your specific properties when creating a custom Edit Appointment form.

See Also