New to Telerik UI for WPFStart a free 30-day trial

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:

C#
[TelerikToolboxCategory("Data")]
public class RadCollectionNavigator : CollectionNavigatorBase, IDisposable

Inheritance: objectCollectionNavigatorBaseRadCollectionNavigator

Implements: IDisposable

Inherited Members CollectionNavigatorBase.SourcePropertyCollectionNavigatorBase.CurrentIndexPropertyCollectionNavigatorBase.CurrentItemPropertyCollectionNavigatorBase.CanMoveToFirstItemPropertyKeyCollectionNavigatorBase.CanMoveToFirstItemPropertyCollectionNavigatorBase.CanMoveToPreviousItemPropertyKeyCollectionNavigatorBase.CanMoveToPreviousItemPropertyCollectionNavigatorBase.CanMoveToLastItemPropertyKeyCollectionNavigatorBase.CanMoveToLastItemPropertyCollectionNavigatorBase.CanMoveToNextItemPropertyKeyCollectionNavigatorBase.CanMoveToNextItemPropertyCollectionNavigatorBase.ItemCountPropertyKeyCollectionNavigatorBase.ItemCountPropertyCollectionNavigatorBase.CollectionViewPropertyKeyCollectionNavigatorBase.CollectionViewPropertyCollectionNavigatorBase.CanDeletePropertyKeyCollectionNavigatorBase.CanDeletePropertyCollectionNavigatorBase.CanEditPropertyKeyCollectionNavigatorBase.CanEditPropertyCollectionNavigatorBase.CanAddNewPropertyKeyCollectionNavigatorBase.CanAddNewPropertyCollectionNavigatorBase.CommandProviderPropertyCollectionNavigatorBase.Delete()CollectionNavigatorBase.CanDeleteExecute()CollectionNavigatorBase.AddNew()CollectionNavigatorBase.CanAddNewExecute()CollectionNavigatorBase.BeginEdit()CollectionNavigatorBase.CanBeginEditExecute()CollectionNavigatorBase.MoveCurrentToFirst()CollectionNavigatorBase.CanMoveCurrentToFirstExecute()CollectionNavigatorBase.MoveCurrentToLast()CollectionNavigatorBase.CanMoveCurrentToLastExecute()CollectionNavigatorBase.MoveCurrentToNext()CollectionNavigatorBase.CanMoveCurrentToNextExecute()CollectionNavigatorBase.MoveCurrentToPrevious()CollectionNavigatorBase.CanMoveCurrentToPreviousExecute()CollectionNavigatorBase.Dispose()CollectionNavigatorBase.Dispose(bool)CollectionNavigatorBase.SourceCollectionNavigatorBase.CurrentIndexCollectionNavigatorBase.CurrentItemCollectionNavigatorBase.CanMoveToFirstItemCollectionNavigatorBase.CanMoveToPreviousItemCollectionNavigatorBase.CanMoveToLastItemCollectionNavigatorBase.CanMoveToNextItemCollectionNavigatorBase.ItemCountCollectionNavigatorBase.CollectionViewCollectionNavigatorBase.CanDeleteCollectionNavigatorBase.CanEditCollectionNavigatorBase.CanAddNewCollectionNavigatorBase.CommandProvider...

Constructors

Initializes a new instance of the RadCollectionNavigator class.

C#
public RadCollectionNavigator()

Fields

ButtonsStyleProperty

DependencyProperty

Represents the ButtonStyle dependency property.

C#
public static readonly DependencyProperty ButtonsStyleProperty

Represents the CommandButtonsVisibility dependency property.

C#
public static readonly DependencyProperty CommandButtonsVisibilityProperty

Properties

Gets or sets the button style.

C#
public Style ButtonsStyle { get; set; }
Property Value:

The button style.

Gets or sets the command buttons visibility.

C#
public CommandButtonsVisibility CommandButtonsVisibility { get; set; }
Property Value:

The command buttons visibility.

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()

When implemented in a derived class, returns class-specific AutomationPeer implementations for the Silverlight automation infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The class-specific AutomationPeer subclass to return.

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Resets the theme.

C#
public void ResetTheme()