Skip to main content

MapDataProviderBase.Owner Property

Provides access to the owner of the current data provider.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object Owner { get; set; }

Property Value

Type Description
Object

A Object class descendant.

Remarks

This property is intended for internal use only.

See Also