Class PropertyGridCommandProvider
Inheritance
System.Object
PropertyGridCommandProvider
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyGridCommandProvider : DependencyObject, ICommandProvider, IKeyboardCommandExecutor
Constructors
PropertyGridCommandProvider()
Declaration
public PropertyGridCommandProvider()
PropertyGridCommandProvider(RadPropertyGrid)
Declaration
public PropertyGridCommandProvider(RadPropertyGrid propertyGrid)
Parameters
Rad
|
Fields
EnableBuiltInNavigationProperty
PropertyGridProperty
Declaration
public static readonly DependencyProperty PropertyGridProperty
Field Value
Microsoft.
|
ShouldProcessHandledEventsProperty
Declaration
public static readonly DependencyProperty ShouldProcessHandledEventsProperty
Field Value
Microsoft.
|
Properties
CurrentIndex
Declaration
protected int CurrentIndex { get; }
Property Value
System.
|
EnableBuiltInNavigation
PropertyGrid
ShouldProcessHandledEvents
Declaration
public bool ShouldProcessHandledEvents { get; set; }
Property Value
System.
|
Implements
SourceList
Declaration
protected List<object> SourceList { get; }
Property Value
System.
|
Methods
CanExpandCurrentField()
Declaration
protected virtual bool CanExpandCurrentField()
Returns
System.
|
CanGroup()
Declaration
protected virtual bool CanGroup()
Returns
System.
|
CanMovePageDown()
Declaration
protected virtual bool CanMovePageDown()
Returns
System.
|
CanMovePageUp()
Declaration
protected virtual bool CanMovePageUp()
Returns
System.
|
CanMoveToFirst()
Declaration
protected virtual bool CanMoveToFirst()
Returns
System.
|
CanMoveToLast()
Declaration
protected virtual bool CanMoveToLast()
Returns
System.
|
CanMoveToNext()
Declaration
protected virtual bool CanMoveToNext()
Returns
System.
|
CanMoveToPrevious()
Declaration
protected virtual bool CanMoveToPrevious()
Returns
System.
|
CanSearch()
Declaration
protected virtual bool CanSearch()
Returns
System.
|
CanSort()
Declaration
protected virtual bool CanSort()
Returns
System.
|
EnsureIndexIntoView(Int32)
Declaration
protected void EnsureIndexIntoView(int index)
Parameters
System.
|
ExpandCurrentField()
Declaration
protected virtual void ExpandCurrentField()
ExpandCurrentFieldInternal()
Declaration
protected void ExpandCurrentFieldInternal()
Group()
Declaration
protected virtual void Group()
HandleKeyDown(KeyRoutedEventArgs)
Declaration
public virtual void HandleKeyDown(KeyRoutedEventArgs args)
Parameters
Microsoft.
|
Implements
MovePageDown()
Declaration
protected virtual void MovePageDown()
MovePageUp()
Declaration
protected virtual void MovePageUp()
MoveToFirst()
Declaration
protected virtual void MoveToFirst()
MoveToFirstInternal()
Declaration
protected void MoveToFirstInternal()
MoveToLast()
Declaration
protected virtual void MoveToLast()
MoveToLastInternal()
Declaration
protected void MoveToLastInternal()
MoveToNext()
Declaration
protected virtual void MoveToNext()
MoveToPrevious()
Declaration
protected virtual void MoveToPrevious()
ProvideCommandsForKey(KeyRoutedEventArgs)
Declaration
public virtual List<DelegateCommandWrapper> ProvideCommandsForKey(KeyRoutedEventArgs args)
Parameters
Microsoft.
|
Returns
System.
|
Implements
RegisterCommandBindings()
Declaration
public void RegisterCommandBindings()
Implements
ScrollIndexIntoView(Int32, ScrollViewer)
Declaration
protected void ScrollIndexIntoView(int index, ScrollViewer scrollViewer)
Parameters
System.
|
Microsoft.
|
Search(String)
Declaration
protected virtual void Search(string searchParameter)
Parameters
System.
|
Sort()
Declaration
protected virtual void Sort()