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.v14.2.dll
Declaration
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
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