Skip to main content

MapCustomElement.ActualContent Property

Gets or sets the actual content of the MapCustomElement.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

[Browsable(false)]
public object ActualContent { get; }

Property Value

Type Description
Object

An object that contains the control’s content.

See Also