Skip to main content

CustomFieldMappingBase<T>.Name Property

Gets or sets the name of the property which should be mapped to a specific member in a datasource.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value which represents the property name to be mapped.

Remarks

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

See Also