Class RadCollectionNavigator
Provides UI and logic for displaying and editing data in a from layout.
Inheritance
System.Object
RadCollectionNavigator
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
[TelerikToolboxCategory("Data")]
public class RadCollectionNavigator : CollectionNavigatorBase, IDisposable, IThemable
Constructors
Declaration
public RadCollectionNavigator()
Fields
Properties
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
When implemented in a derived class, returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Silverlight automation infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The class-specific System.Windows.Automation.Peers.AutomationPeer subclass to return.
|
Extension Methods