DataPagerTextBox
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
public DataPagerTextBox()
Fields
CommandParameterProperty
DependencyProperty
Identifies the CommandParameter property.
public static readonly DependencyProperty CommandParameterProperty
CommandProperty
DependencyProperty
Identifies the Command property.
public static readonly DependencyProperty CommandProperty
CommandTargetProperty
DependencyProperty
Identifies the CommandTarget property.
public static readonly DependencyProperty CommandTargetProperty
PageIndexProperty
DependencyProperty
Identifies the PageIndex dependency property.
public static readonly DependencyProperty PageIndexProperty
Properties
Gets the command that will be executed when the command source is invoked. This is a dependency property.
[TypeConverter(typeof(CommandConverter))]
public ICommand Command { get; set; }
Represents a user defined data value that can be passed to the command when it is executed. This is a dependency property.
public object CommandParameter { get; set; }
CommandTarget
UIElement
The object that the command is being executed on. This is a dependency property.
public UIElement CommandTarget { get; set; }
Methods
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Called when event occurs.
protected override void OnKeyDown(KeyEventArgs e)
The data for the event.
Called before event occurs.
protected override void OnLostFocus(RoutedEventArgs e)
The data for the event.
Resets the theme.
public void ResetTheme()