ClassDataPagerTextBox
Parses text entry to raise a GoToPage command.
Definition
Namespace:Telerik.Windows.Controls.Data.DataPager
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public class DataPagerTextBox : TextBox, ICommandSource
Inheritance: objectDataPagerTextBox
Implements:
Constructors
DataPagerTextBox()
Declaration
public DataPagerTextBox()
Fields
CommandParameterProperty
Identifies the CommandParameter property.
Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
DependencyProperty
CommandProperty
Identifies the Command property.
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
DependencyProperty
CommandTargetProperty
Identifies the CommandTarget property.
Declaration
public static readonly DependencyProperty CommandTargetProperty
Field Value
DependencyProperty
PageIndexProperty
Identifies the PageIndex dependency property.
Declaration
public static readonly DependencyProperty PageIndexProperty
Field Value
DependencyProperty
Properties
Command
Gets the command that will be executed when the command source is invoked. This is a dependency property.
Declaration
[TypeConverter(typeof(CommandConverter))]
public ICommand Command { get; set; }
Property Value
CommandParameter
Represents a user defined data value that can be passed to the command when it is executed. This is a dependency property.
CommandTarget
The object that the command is being executed on. This is a dependency property.
Declaration
public UIElement CommandTarget { get; set; }
Property Value
UIElement
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnKeyDown(KeyEventArgs)
Called when event occurs.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
KeyEventArgs
The data for the event.
OnLostFocus(RoutedEventArgs)
Called before event occurs.
Declaration
protected override void OnLostFocus(RoutedEventArgs e)
Parameters
e
RoutedEventArgs
The data for the event.