In This Topic
Gets or sets the key identifying the layer or style associated with this legend item. May be null or empty, in which case the item is not associated with any layer or style.
Syntax
'Declaration
Public Property TargetKey As String
public string TargetKey {get; set;}
See Also