ListControl Members
The ListControl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ListControl()()()() |
Initializes a new instance of the ListControl class.
|
Methods
Name | Description | |
---|---|---|
OnApplyTemplate |
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
|
|
OnKeyDown |
Invoked when an unhandled KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
|
SelectDataRow |
Selects the data row.
|
|
ShowLookupWindow |
Shows the lookup window.
|
Fields
Name | Description | |
---|---|---|
DataRowProperty |
The data row property
|
|
DataSourceProperty |
The data source property
|
|
SetupProperty |
The setup property
|
|
UiCommandProperty |
The UI command property
|
|
UiLabelProperty |
The UI label property
|
Properties
Name | Description | |
---|---|---|
Border |
Gets the border.
|
|
Button |
Gets the button.
|
|
DataRow |
Gets or sets the data row.
|
|
DataSource |
Gets or sets the data source.
|
|
Setup |
Gets or sets the setup.
|
|
TextBox |
Gets the text box.
|
|
UiCommand |
Gets or sets the UI command.
|
|
UiLabel |
Gets or sets the UI label.
|
|
ViewModel |
Gets the view model.
|