Class
RadCollectionNavigator

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:

cs-api-definition
[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

RadCollectionNavigator()

Initializes a new instance of the RadCollectionNavigator class.

Declaration

cs-api-definition
public RadCollectionNavigator()

Fields

ButtonsStyleProperty

Represents the ButtonStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ButtonsStyleProperty

Field Value

DependencyProperty

CommandButtonsVisibilityProperty

Represents the CommandButtonsVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CommandButtonsVisibilityProperty

Field Value

DependencyProperty

Properties

ButtonsStyle

Gets or sets the button style.

Declaration

cs-api-definition
public Style ButtonsStyle { get; set; }

Property Value

Style

The button style.

CommandButtonsVisibility

Gets or sets the command buttons visibility.

Declaration

cs-api-definition
public CommandButtonsVisibility CommandButtonsVisibility { get; set; }

Property Value

CommandButtonsVisibility

The command buttons visibility.

Methods

OnApplyTemplate()

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

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

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

Declaration

cs-api-definition
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

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()