Class CollectionNavigatorBase
Inheritance
System.Object
CollectionNavigatorBase
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class CollectionNavigatorBase : Control
public abstract class CollectionNavigatorBase : Control
protected CollectionNavigatorBase()
public static readonly DependencyProperty CanAddNewProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyPropertyKey CanAddNewPropertyKey
|
DependencyPropertyKey
|
public static readonly DependencyProperty CanDeleteProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyPropertyKey CanDeletePropertyKey
|
DependencyPropertyKey
|
public static readonly DependencyProperty CanEditProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyPropertyKey CanEditPropertyKey
|
DependencyPropertyKey
|
public static readonly DependencyProperty CanMoveToFirstItemProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyPropertyKey CanMoveToFirstItemPropertyKey
|
DependencyPropertyKey
|
public static readonly DependencyProperty CanMoveToLastItemProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyPropertyKey CanMoveToLastItemPropertyKey
|
DependencyPropertyKey
|
public static readonly DependencyProperty CanMoveToNextItemProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyPropertyKey CanMoveToNextItemPropertyKey
|
DependencyPropertyKey
|
public static readonly DependencyProperty CanMoveToPreviousItemProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyPropertyKey CanMoveToPreviousItemPropertyKey
|
DependencyPropertyKey
|
public static readonly DependencyProperty CollectionViewProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyPropertyKey CollectionViewPropertyKey
|
DependencyPropertyKey
|
public static readonly DependencyProperty CommandProviderProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyProperty CurrentIndexProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyProperty CurrentItemProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyProperty ItemCountProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyPropertyKey ItemCountPropertyKey
|
DependencyPropertyKey
|
public static readonly DependencyProperty SourceProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public bool CanAddNew { get; }
|
System.Boolean
|
public bool CanDelete { get; }
|
System.Boolean
|
public bool CanEdit { get; }
|
System.Boolean
|
public bool CanMoveToFirstItem { get; }
|
System.Boolean
|
public bool CanMoveToLastItem { get; }
|
System.Boolean
|
public bool CanMoveToNextItem { get; }
|
System.Boolean
|
public bool CanMoveToPreviousItem { get; }
|
System.Boolean
|
public ICollectionView CollectionView { get; }
|
Microsoft.UI.Xaml.Data.ICollectionView
|
public CollectionNavigatorBaseCommandProvider CommandProvider { get; set; }
|
CollectionNavigatorBaseCommandProvider
|
public int CurrentIndex { get; set; }
|
System.Int32
|
public object CurrentItem { get; set; }
|
System.Object
|
public int ItemCount { get; }
|
System.Int32
|
public IList Source { get; set; }
|
System.Collections.IList
|
public void AddNew()
public void BeginEdit()
public bool CanAddNewExecute()
|
System.Boolean
|
public bool CanBeginEditExecute()
|
System.Boolean
|
public bool CanDeleteExecute()
|
System.Boolean
|
public bool CanMoveCurrentToFirstExecute()
|
System.Boolean
|
public bool CanMoveCurrentToLastExecute()
|
System.Boolean
|
public bool CanMoveCurrentToNextExecute()
|
System.Boolean
|
public bool CanMoveCurrentToPreviousExecute()
|
System.Boolean
|
public void Delete()
public void MoveCurrentToFirst()
public void MoveCurrentToLast()
public void MoveCurrentToNext()
public void MoveCurrentToPrevious()
Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.