ClassRadCollectionNavigator
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
RadCollectionNavigator()
Initializes a new instance of the RadCollectionNavigator class.
Declaration
public RadCollectionNavigator()
Fields
ButtonsStyleProperty
Represents the ButtonStyle dependency property.
Declaration
public static readonly DependencyProperty ButtonsStyleProperty
Field Value
DependencyProperty
CommandButtonsVisibilityProperty
Represents the CommandButtonsVisibility dependency property.
Declaration
public static readonly DependencyProperty CommandButtonsVisibilityProperty
Field Value
DependencyProperty
Properties
ButtonsStyle
Gets or sets the button style.
Declaration
public Style ButtonsStyle { get; set; }
Property Value
Style
The button style.
CommandButtonsVisibility
Gets or sets the command buttons visibility.
Declaration
public CommandButtonsVisibility CommandButtonsVisibility { get; set; }
Property Value
The command buttons visibility.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
When implemented in a derived class, returns class-specific AutomationPeer implementations for the Silverlight automation infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The class-specific AutomationPeer subclass to return.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.