ResourceMapping.Image Property
In This Article
Gets or sets the data field to which a resource's Resource.Image property is bound.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value that specifies the name of the bound data field. |
#Remarks
Use the Image property to bind a resource's Resource.Image property to a data field. The data field is taken from the datasource specified by the DataSource property of the ResourceStorage.
See Also