Provides UI and logic for displaying and editing data in a from layout.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
[TelerikToolboxCategory("Data")]
public class RadCollectionNavigator : CollectionNavigatorBase, IDisposable
Inheritance: objectCollectionNavigatorBaseRadCollectionNavigator
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadCollectionNavigator class.
public RadCollectionNavigator()
Fields
ButtonsStyleProperty
DependencyProperty
Represents the ButtonStyle dependency property.
public static readonly DependencyProperty ButtonsStyleProperty
CommandButtonsVisibilityProperty
DependencyProperty
Represents the CommandButtonsVisibility dependency property.
public static readonly DependencyProperty CommandButtonsVisibilityProperty
Properties
ButtonsStyle
Style
Gets or sets the button style.
public Style ButtonsStyle { get; set; }
The button style.
Gets or sets the command buttons visibility.
public CommandButtonsVisibility CommandButtonsVisibility { get; set; }
The command buttons visibility.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
When implemented in a derived class, returns class-specific AutomationPeer implementations for the Silverlight automation infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The class-specific AutomationPeer subclass to return.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
public void ResetTheme()