CustomField.Name Property
Gets or sets the name of a custom field.
Namespace: DevExpress.XtraScheduler.Native
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
String | A string that represents a name of a custom field. |
Remarks
Custom fields are used to hold the additional arbitrary information. They can be mapped to data fields, or used in unbound mode. Use the AppointmentStorage.CustomFieldMappings or ResourceStorage.CustomFieldMappings property to define and create a field.
See Also