Skip to main content

MapLegendItemBase.Text Property

Gets or sets the text of an item.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public string Text { get; set; }

Property Value

Type Description
String

A String value.

Remarks

If this property value is empty, the legend item displays the textual representation of the MapLegendItemBase.Value property value formatted using the MapLegendItemBase.Format.

See Also