ClassCollectionNavigatorBaseCommandProvider
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
CollectionNavigatorBaseCommandProvider()
Initializes a new instance of the CollectionNavigatorBaseCommandProvider class.
Declaration
public CollectionNavigatorBaseCommandProvider()
CollectionNavigatorBaseCommandProvider(CollectionNavigatorBase)
Initializes a new instance of the CollectionNavigatorBaseCommandProvider class.
Declaration
public CollectionNavigatorBaseCommandProvider(CollectionNavigatorBase collectionNavigator)
Parameters
collectionNavigator
Fields
CollectionNavigatorProperty
Represents the CollectionBaseNavigator DependencyProperty.
Declaration
public static readonly DependencyProperty CollectionNavigatorProperty
Field Value
DependencyProperty
Properties
CollectionNavigator
Gets or sets the RadCollectionNavigator instance related to this provider.
Declaration
public CollectionNavigatorBase CollectionNavigator { get; set; }
Property Value
The CollectionBaseNavigator instance.
Methods
AddNew()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.AddNew execute callback.
Declaration
public virtual void AddNew()
BeginEdit()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.BeginEdit execute callback.
Declaration
public virtual void BeginEdit()
CanAddNewExecute()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.AddNew can-execute callback.
CanBeginEditExecute()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.AddNew can-execute callback.
CanDeleteExecute()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.Delete can-execute callback.
CanMoveCurrentToFirstExecute()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToFirst can-execute callback.
CanMoveCurrentToLastExecute()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToLast can-execute callback.
CanMoveCurrentToNextExecute()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToNext can-execute callback.
CanMoveCurrentToPreviousExecute()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToPrevious can-execute callback.
Delete()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.Delete execute callback.
Declaration
public virtual void Delete()
MoveCurrentToFirst()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToFirst execute callback.
Declaration
public virtual void MoveCurrentToFirst()
MoveCurrentToLast()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToLast execute callback.
Declaration
public virtual void MoveCurrentToLast()
MoveCurrentToNext()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToNext execute callback.
Declaration
public virtual void MoveCurrentToNext()
MoveCurrentToPrevious()
Represents the logic that is going to be executed in CollectionNavigatorBaseCommandProvider.MoveCurrentToPrevious execute callback.
Declaration
public virtual void MoveCurrentToPrevious()