Skip to main content
A newer version of this page is available. .

MapLegendItemBase.Text Property

Gets or sets the text of an item.

Namespace: DevExpress.Xpf.Map

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

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