Class RadLegendControl
Inheritance
System.Object
RadLegendControl
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadLegendControl : RadControl
Constructors
Declaration
public RadLegendControl()
Fields
Declaration
public static readonly DependencyProperty ItemsPanelProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LegendProviderProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public ItemsPanelTemplate ItemsPanel { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.ItemsPanelTemplate
|
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public virtual LegendItemCollection LegendItems { get; }
Property Value
Declaration
public ILegendInfoProvider LegendProvider { get; set; }
Property Value
Methods
Declaration
protected override bool ApplyTemplateCore()
Returns
Overrides
Extension Methods