Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxResourceStorage.DataMember Property

Overrides the PersistentObjectStorage<T>.DataMember property to hide it.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public override string DataMember { get; set; }

Property Value

Type Description
String

A String value representing the data source member.

See Also