Skip to main content
All docs
V25.1
  • HeatmapDataSourceAdapter.DataMember Property

    Specifies the name of an object in a data source to provide data for the data adapter.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

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

    Property Value

    Type Default Description
    String String.Empty

    A String value.

    See Also