Skip to main content

ResourceCustomFieldMapping.Member Property

Gets or sets the name of the field in a data source which should be mapped to a custom property of a resource.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[DefaultValue("")]
public override string Member { get; set; }

Property Value

Type Default Description
String String.Empty

A String value which represents the name of the data field to be mapped.

Remarks

Use the MappingBase.Name property to specify the name of the custom property which will be mapped to the data field, and the Member property to specify the data member which identifies the specific data field for a custom mapping.

See Also