CustomField.Value Property
Gets or sets the value 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 |
---|---|
Object | A Object value that represents the information contained in a custom field. |
Remarks
This information is fetched from a data source if the custom field is bound to a data field. Use the AppointmentStorage.CustomFieldMappings or ResourceStorage.CustomFieldMappings property to define and create a custom field.
See Also