ResourceMappingInfo.Id Property
Gets or sets the data field to which a resource's Id property is bound.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[TypeConverter(typeof(ResourceColumnNameConverter))]
[DefaultValue("")]
public virtual string Id { get; set; }
<TypeConverter(GetType(ResourceColumnNameConverter))>
<DefaultValue("")>
Public Overridable Property Id As String
Property Value
Type | Default | 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.