ResourceMappingInfo.Id Property
Gets or sets the data field to which a resource’s Id property is bound.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
[TypeConverter(typeof(ResourceColumnNameConverter))]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
String | A String value that specifies the name of the bound data field. |
Remarks
Use the Id property to bind a resource’s IPersistentObject.Id property to a data field. The data field is taken from the data source specified by the PersistentObjectStorage<T>.DataSource property of the ResourceStorage.
Note
If a SchedulerControl is used in bound mode (that is, its data is stored in a database), the Id property needs to be bound to the corresponding dataset field. If resource sharing is enabled (the SchedulerStorage.Appointments.ResourceSharing property is set to true), the ResourceID data field will hold an xml string instead of an integer. Provide a mapping that satisfies this condition.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the Id property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.