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