Skip to main content
A newer version of this page is available. .

ASPxResourceMappingInfo Properties

Provides information on the mapping of the resource’s properties to appropriate data fields.
Name Description
Caption Gets or sets the data field which a resource’s Resource.Caption property is bound to.
CaptionConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from ResourceMappingInfo.
CaptionConverter Gets or sets a value converter for the Resource.Caption property. Inherited from ResourceMappingInfo.
Color Gets or sets the data field to which a resource’s color property is bound.
ColorConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from ResourceMappingInfo.
ColorConverter Gets or sets a value converter for the Resource.Color property. Inherited from ResourceMappingInfo.
Id Gets or sets the data field to which a resource’s IPersistentObject.Id property is bound.
IdConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from ResourceMappingInfo.
IdConverter Gets or sets a value converter for the Resource.Caption property. Inherited from ResourceMappingInfo.
Image Gets or sets the data field to which a resource’s Resource.ImageBytes property is bound.
ImageConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from ResourceMappingInfo.
ImageConverter Gets or sets a value converter for the Resource.Image property. Inherited from ResourceMappingInfo.
ParentId Gets or sets the data field that a resource’s ParentId property is bound to.
ParentIdConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from ResourceMappingInfo.
ParentIdConverter Gets or sets a value converter for the Resource.ParentId property. Inherited from ResourceMappingInfo.
ResourceId Gets or sets the data field to which an appointment’s Appointment.ResourceId property is bound.
See Also