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. |
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. |
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