Skip to main content

ResourceMapping.Color Property

Gets or sets the data field to which a resource's Resource.Color property is bound.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public string Color { get; set; }

#Property Value

Type Description
String

A String value that specifies the name of the bound data field.

#Remarks

Use the Color property to bind a resource's Resource.Color property to a data field. The data field is taken from the datasource specified by the DataSource property of the ResourceStorage.

See Also