RingSoft.DbLookup.Controls.WPF Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

LookupControl Members

The LookupControl type exposes the following members.

Constructors


  Name Description
Public method LookupControl()()()()
Initializes a new instance of the LookupControl class.

Methods


  Name Description
Public method ClearLookupControl
Clears all the data in the list view.
Public method GetRecordCountButtonClick
Gets the record count button click.
Public method GetRecordCountWait
Gets the record count wait.
Public method Static member GetWidthFromPercent
Gets the width from percent.
Public method OnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Protected method OnDownArrow
Called when [down arrow].
Protected method OnGotFocus
Invoked whenever an unhandled GotFocus event reaches this element in its route.
Protected method OnUpArrow
Called when [up arrow].
Public method RefreshData
Refreshes the data based on changes in the LookupDefinition.
Public method SetLookupIndex
Sets the index of the lookup.
Public method SetLookupWindow
Sets the lookup window.
Public method SetReadOnlyMode
Sets the read only mode.
Public method ShowRecordCount
Shows the record count.

Fields


  Name Description
Public field Static member CommandProperty
The command property
Public field Static member DataSourceChangedProperty
The data source changed property
Public field Static member DesignTextProperty
The design text property
Public field Static member LookupDefinitionProperty
The lookup definition property

Properties


  Name Description
Public property AddViewParameter
Gets the add view parameter.
Public property AdvancedFindButton
Gets or sets the advanced find button.
Public property AllowOnEnter
Gets or sets a value indicating whether [allow on enter].
Public property Command
Gets or sets the LookupCommand which is used by view models to tell this control to either refresh, clear etc.
Public property ContainsRadioButton
Gets or sets the contains RadioButton.
Public property DataSourceChanged
Gets or sets the data source changed.
Public property DesignText
Gets or sets the design text.
Public property EqualsRadioButton
Gets or sets the equals RadioButton.
Public property ForceRefreshOnActivate
Gets or sets a value indicating whether [force refresh on activate].
Public property GetRecordCountButton
Gets or sets the get record count button.
Public property HideUserDoubleClickRowMessage
Gets or sets a value indicating whether [hide user double click row message].
Public property ListTextBox
Gets or sets the list text box.
Public property ListView
Gets or sets the ListView.
Public property LookupColumns
Gets a list of LookupColumns which allow adding new columns.
Public property LookupDataMaui
Gets the lookup data maui.
Public property LookupDefinition
Gets or sets the lookup definition.
Public property LookupGridView
Gets or sets the lookup grid view.
Public property LookupWindow
Gets the lookup window.
Public property LookupWindowReadOnlyMode
Gets a value indicating whether [lookup window read only mode].
Public property PageSize
Gets the number of rows on a page.
Public property RecordCountControl
Gets or sets the record count control.
Public property RecordCountStackPanel
Gets or sets the record count stack panel.
Public property RecordCountWait
Gets or sets the record count wait.
Public property ScrollBar
Gets or sets the scroll bar.
Public property SearchForHost
Gets or sets the search for host.
Public property SearchForLabel
Gets or sets the search for label.
Public property SearchForStackPanel
Gets or sets the search for stack panel.
Public property SearchText
Gets or sets the search text.
Public property SearchType
Gets the type of the search.
Public property SelectedIndex
Gets the index of the selected.
Public property ShowAdvancedFindButton
Gets or sets a value indicating whether [show advanced find button].
Public property ShowRecordCountProps
Gets or sets a value indicating whether [show record count props].
Public property ShowRecordCountWait
Gets or sets a value indicating whether [show record count wait].
Public property Spinner
Gets or sets the spinner.

Events


  Name Description
Public event ColumnWidthChanged
Occurs when [column width changed].
Public event LookupView
Occurs when a user wishes to add or view a selected lookup row. Set Handled property to True to not send this message to the LookupContext.
Public event SelectedIndexChanged
Occurs when [selected index changed].