Provides CommandBinding subscription functionality for RadCollectionNavigator.
Definition
Namespace:Telerik.Windows.Controls.Data.CollectionNavigator
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public class CollectionNavigatorBaseCommandProvider : DependencyObject
Inheritance: objectCollectionNavigatorBaseCommandProvider
Derived Classes:
Constructors
Initializes a new instance of the CollectionNavigatorBaseCommandProvider class.
public CollectionNavigatorBaseCommandProvider()
Initializes a new instance of the CollectionNavigatorBaseCommandProvider class.
public CollectionNavigatorBaseCommandProvider(CollectionNavigatorBase collectionNavigator)
Fields
CollectionNavigatorProperty
DependencyProperty
Represents the CollectionBaseNavigator DependencyProperty.
public static readonly DependencyProperty CollectionNavigatorProperty
Properties
Gets or sets the RadCollectionNavigator instance related to this provider.
public CollectionNavigatorBase CollectionNavigator { get; set; }
The CollectionBaseNavigator instance.
Methods
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.AddNew execute callback.
public virtual void AddNew()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.BeginEdit execute callback.
public virtual void BeginEdit()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.AddNew can-execute callback.
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.AddNew can-execute callback.
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.Delete can-execute callback.
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToFirst can-execute callback.
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToLast can-execute callback.
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToNext can-execute callback.
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToPrevious can-execute callback.
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.Delete execute callback.
public virtual void Delete()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToFirst execute callback.
public virtual void MoveCurrentToFirst()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToLast execute callback.
public virtual void MoveCurrentToLast()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToNext execute callback.
public virtual void MoveCurrentToNext()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToPrevious execute callback.
public virtual void MoveCurrentToPrevious()