Class CollectionNavigatorBase
Inheritance
System.Object
CollectionNavigatorBase
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class CollectionNavigatorBase : Control
Constructors
Declaration
protected CollectionNavigatorBase()
Fields
Declaration
public static readonly DependencyProperty CanAddNewProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyPropertyKey CanAddNewPropertyKey
Field Value
Declaration
public static readonly DependencyProperty CanDeleteProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyPropertyKey CanDeletePropertyKey
Field Value
Declaration
public static readonly DependencyProperty CanEditProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyPropertyKey CanEditPropertyKey
Field Value
Declaration
public static readonly DependencyProperty CanMoveToFirstItemProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyPropertyKey CanMoveToFirstItemPropertyKey
Field Value
Declaration
public static readonly DependencyProperty CanMoveToLastItemProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyPropertyKey CanMoveToLastItemPropertyKey
Field Value
Declaration
public static readonly DependencyProperty CanMoveToNextItemProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyPropertyKey CanMoveToNextItemPropertyKey
Field Value
Declaration
public static readonly DependencyProperty CanMoveToPreviousItemProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyPropertyKey CanMoveToPreviousItemPropertyKey
Field Value
Declaration
public static readonly DependencyProperty CollectionViewProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyPropertyKey CollectionViewPropertyKey
Field Value
Declaration
public static readonly DependencyProperty CommandProviderProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty CurrentIndexProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty CurrentItemProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ItemCountProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyPropertyKey ItemCountPropertyKey
Field Value
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public bool CanAddNew { get; }
Property Value
Declaration
public bool CanDelete { get; }
Property Value
Declaration
public bool CanEdit { get; }
Property Value
Declaration
public bool CanMoveToFirstItem { get; }
Property Value
Declaration
public bool CanMoveToLastItem { get; }
Property Value
Declaration
public bool CanMoveToNextItem { get; }
Property Value
Declaration
public bool CanMoveToPreviousItem { get; }
Property Value
Declaration
public ICollectionView CollectionView { get; }
Property Value
Microsoft.UI.Xaml.Data.ICollectionView
|
Declaration
public CollectionNavigatorBaseCommandProvider CommandProvider { get; set; }
Property Value
Declaration
public int CurrentIndex { get; set; }
Property Value
Declaration
public object CurrentItem { get; set; }
Property Value
Declaration
public int ItemCount { get; }
Property Value
Declaration
public IList Source { get; set; }
Property Value
Methods
Declaration
public bool CanAddNewExecute()
Returns
Declaration
public bool CanBeginEditExecute()
Returns
Declaration
public bool CanDeleteExecute()
Returns
Declaration
public bool CanMoveCurrentToFirstExecute()
Returns
Declaration
public bool CanMoveCurrentToLastExecute()
Returns
Declaration
public bool CanMoveCurrentToNextExecute()
Returns
Declaration
public bool CanMoveCurrentToPreviousExecute()
Returns
Declaration
public void MoveCurrentToFirst()
Declaration
public void MoveCurrentToLast()
Declaration
public void MoveCurrentToNext()
Declaration
public void MoveCurrentToPrevious()
Extension Methods