Skip to main content
A newer version of this page is available. .

ASPxResourceCustomFieldMapping.Member Property

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value which represents the data member to be mapped.

Remarks

Use the CustomFieldMappingBase<T>.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