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
|
RadPropertyGrid
propertyGrid
|
Fields
EnableBuiltInNavigationProperty
PropertyGridProperty
Declaration
public static readonly DependencyProperty PropertyGridProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ShouldProcessHandledEventsProperty
Declaration
public static readonly DependencyProperty ShouldProcessHandledEventsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
CurrentIndex
Declaration
protected int CurrentIndex { get; }
Property Value
|
System.Int32
|
EnableBuiltInNavigation
PropertyGrid
ShouldProcessHandledEvents
Declaration
public bool ShouldProcessHandledEvents { get; set; }
Property Value
|
System.Boolean
|
Implements
SourceList
Declaration
protected List<object> SourceList { get; }
Property Value
|
System.Collections.Generic.List<System.Object>
|
Methods
CanExpandCurrentField()
Declaration
protected virtual bool CanExpandCurrentField()
Returns
|
System.Boolean
|
CanGroup()
Declaration
protected virtual bool CanGroup()
Returns
|
System.Boolean
|
CanMovePageDown()
Declaration
protected virtual bool CanMovePageDown()
Returns
|
System.Boolean
|
CanMovePageUp()
Declaration
protected virtual bool CanMovePageUp()
Returns
|
System.Boolean
|
CanMoveToFirst()
Declaration
protected virtual bool CanMoveToFirst()
Returns
|
System.Boolean
|
CanMoveToLast()
Declaration
protected virtual bool CanMoveToLast()
Returns
|
System.Boolean
|
CanMoveToNext()
Declaration
protected virtual bool CanMoveToNext()
Returns
|
System.Boolean
|
CanMoveToPrevious()
Declaration
protected virtual bool CanMoveToPrevious()
Returns
|
System.Boolean
|
CanSearch()
Declaration
protected virtual bool CanSearch()
Returns
|
System.Boolean
|
CanSort()
Declaration
protected virtual bool CanSort()
Returns
|
System.Boolean
|
EnsureIndexIntoView(Int32)
Declaration
protected void EnsureIndexIntoView(int index)
Parameters
|
System.Int32
index
|
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.UI.Xaml.Input.KeyRoutedEventArgs
args
|
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.UI.Xaml.Input.KeyRoutedEventArgs
args
|
Returns
|
System.Collections.Generic.List<DelegateCommandWrapper>
|
Implements
RegisterCommandBindings()
Declaration
public void RegisterCommandBindings()
Implements
ScrollIndexIntoView(Int32, ScrollViewer)
Declaration
protected void ScrollIndexIntoView(int index, ScrollViewer scrollViewer)
Parameters
|
System.Int32
index
|
|
Microsoft.UI.Xaml.Controls.ScrollViewer
scrollViewer
|
Search(String)
Declaration
protected virtual void Search(string searchParameter)
Parameters
|
System.String
searchParameter
|
Sort()
Declaration
protected virtual void Sort()