Back to Devexpress

LookUpEditSettings Properties

wpf-devexpress-dot-xpf-dot-grid-dot-lookup-dot-lookupeditsettings-dot-underscore-properties.md

latest45.4 KB
Original Source

LookUpEditSettings Properties

Contains settings specific to a lookup editor.

NameDescription
AcceptsReturnGets or sets whether an end-user can insert return characters into a text. This is a dependency property. Inherited from TextEditSettings.
AllowCollectionViewGets or sets whether to allow process collection views. This is a dependency property. Inherited from LookUpEditSettingsBase.
AllowDefaultButtonGets or sets whether the editor’s default button is displayed. This is a dependency property. Inherited from ButtonEditSettings.
AllowDropOverrides the AllowDrop property to hide it. Inherited from DXFrameworkContentElement.
AllowFocusEditorButtonsGets or sets whether users can use the keyboard to focus editor buttons and trigger associated actions. This is a dependency property. Inherited from ButtonEditSettings.
AllowItemHighlightingGets or sets whether item highlighting is enabled. This is a dependency property. Inherited from LookUpEditSettingsBase.
AllowLiveDataShapingGets or sets whether a lookup editor updates its items when the bound data source is modified outside the lookup editor. Inherited from LookUpEditSettingsBase.
AllowNullInputGets or sets whether end-users can set the editor’s value to a null reference by pressing the CTRL+DEL or CTRL+0 key combinations. This is a dependency property. Inherited from BaseEditSettings.
AllowRejectUnknownValuesGets or sets whether to allow a user to enter the values that are not present in the data source. This is a dependency property. Inherited from LookUpEditSettingsBase.
AllowSpinGets or sets whether a user can click spin buttons to select a value. This is a dependency property. Inherited from TextEditSettings.
AllowSpinOnMouseWheelGets or sets whether an end user can spin a value via the mouse wheel. This is a dependency property. Inherited from TextEditSettings.
ApplyItemTemplateToSelectedItemGets or sets whether to apply the ItemTemplate to the selected item, displayed within the edit box. This is a dependency property. Inherited from LookUpEditSettingsBase.
AreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. Inherited from ContentElement.
AreAnyTouchesCapturedWithinGets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. Inherited from ContentElement.
AreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. Inherited from ContentElement.
AreAnyTouchesOverGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. Inherited from ContentElement.
AutoCompleteGets or sets whether the automatic completion is enabled. This is a dependency property. Inherited from LookUpEditSettingsBase.
AutoPopulateColumnsGets or sets whether columns should be created automatically for all fields in a data source. This is a dependency property.
BindingGroupOverrides the BindingGroup property, to hide it. Inherited from DXFrameworkContentElement.
ButtonsReturns the collection of buttons. Inherited from ButtonEditSettings.
ButtonsSourceGets or sets a collection of objects providing information to generate and initialize buttons for the ButtonEdit. This is a dependency property. Inherited from ButtonEditSettings.
ButtonTemplateGets or sets the data template used to render buttons of the ButtonEdit. This is a dependency property. Inherited from ButtonEditSettings.
ButtonTemplateSelectorGets or sets the template selector that provides a way to select a particular data template used to render buttons of the ButtonEdit. This is a dependency property. Inherited from ButtonEditSettings.
CharacterCasingGets or sets the character casing applied to the editor’s content. This is a dependency property. Inherited from TextEditSettings.
CommandBindingsOverrides the CommandBindings property to hide it. Inherited from DXFrameworkContentElement.
ContextMenuOverrides the ContextMenu property to hide it. Inherited from DXFrameworkContentElement.
CursorOverrides the Cursor property to hide it. Inherited from DXFrameworkContentElement.
DataContextGets or sets the data context for an element when it participates in data binding. Inherited from FrameworkContentElement.
DefaultStyleKey protectedGets or sets the key to use to find the style template for this control in themes. Inherited from FrameworkContentElement.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DisableExcessiveUpdatesInInplaceInactiveModeFor internal use. Inherited from BaseEditSettings.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DisplayFormatGets or sets the pattern used to format the editor’s display value. This is a dependency property. Inherited from BaseEditSettings.
DisplayMemberGets or sets a field name in the bound data source whose values are displayed by the editor. This is a dependency property. Inherited from LookUpEditSettingsBase.
DisplayTextConverterGets or sets a converter for the editor’s display value. This is a dependency property. Inherited from BaseEditSettings.
EditNonEditableTemplateGets or sets a template that defines the in-place button editor’s presentation when the editor is active, but its text field is not editable. This is a dependency property. Inherited from TextEditSettings.
ErrorToolTipContentTemplateGets or sets a template that presents the content of an editor’s error tooltip. This is a dependency property. Inherited from BaseEditSettings.
FilterConditionGets or sets the filter condition. Inherited from LookUpEditSettingsBase.
FilterCriteriaGets or sets the filter expression applied to LookUpEditSettingsBase.ItemsSource. This is a dependency property. Inherited from LookUpEditSettingsBase.
FindButtonPlacementGets or sets the ‘Find’ button’s position. This is a dependency property. Inherited from LookUpEditSettingsBase.
FindModeGets or sets whether data searching starts automatically, or must be started manually. This is a dependency property. Inherited from LookUpEditSettingsBase.
FlowDirectionGets or sets the direction that text flows within the editor. This is a dependency property. Inherited from BaseEditSettings.
FocusableOverrides the Focusable property to hide it. Inherited from DXFrameworkContentElement.
FocusVisualStyleOverrides the FocusVisualStyle property to hide it. Inherited from DXFrameworkContentElement.
ForceCursorOverrides the ForceCursor property to hide it. Inherited from DXFrameworkContentElement.
HasAnimatedPropertiesOverrides the HasAnimatedProperties property to hide it. Inherited from DXFrameworkContentElement.
HighlightedTextGets the highlighted text. This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from TextEditSettings.
HighlightedTextCriteriaGets the filter condition (comparison operator) used to highlight the text. Inherited from TextEditSettings.
HorizontalContentAlignmentGets or sets the horizontal alignment of an editor’s contents. Inherited from BaseEditSettings.
ImmediatePopupGets or sets whether the dropdown list is displayed immediately after an end-user has typed a character in the edit box. This is a dependency property. Inherited from LookUpEditSettingsBase.
IncrementalFilteringSpecifies whether to enable the incremental filtering feature. This is a dependency property. Inherited from LookUpEditSettingsBase.
InputBindingsOverrides the InputBindings property to hide it. Inherited from DXFrameworkContentElement.
InputScopeOverrides the InputScope property to hide it. Inherited from DXFrameworkContentElement.
IsCaseSensitiveFilterGets or sets whether the filtering is case sensitive. This is a dependency property. Inherited from LookUpEditSettingsBase.
IsCaseSensitiveSearchGets or sets whether the automatic completion is case sensitive. This is a dependency property. Inherited from LookUpEditSettingsBase.
IsEnabledOverrides the IsEnabled property to hide it. Inherited from DXFrameworkContentElement.
IsEnabledCore protectedGets a value that becomes the return value of IsEnabled in derived classes. Inherited from ContentElement.
IsFocusedOverrides the IsFocused property to hide it. Inherited from DXFrameworkContentElement.
IsInitializedGets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its EndInit() method called. Inherited from FrameworkContentElement.
IsInputMethodEnabledOverrides the IsInputMethodEnabled property to hide it. Inherited from DXFrameworkContentElement.
IsKeyboardFocusedOverrides the IsKeyboardFocused property to hide it. Inherited from DXFrameworkContentElement.
IsKeyboardFocusWithinOverrides the IsKeyboardFocusWithin property to hide it. Inherited from DXFrameworkContentElement.
IsLoadedGets a value indicating whether this element has been loaded for presentation. Inherited from FrameworkContentElement.
IsMouseCapturedOverrides the IsMouseCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsMouseCaptureWithinOverrides the IsMouseCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsMouseDirectlyOverOverrides the IsMouseDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsMouseOverOverrides the IsMouseOver property to hide it. Inherited from DXFrameworkContentElement.
IsPopupAutoWidthGets or sets whether the dropdown’s width matches the width of the edit box. This is a dependency property.
IsSealedOverrides the IsSealed property to hide it. Inherited from DXFrameworkContentElement.
IsSharedPopupSizeGets or sets whether the dropdown’s size is shared between multiple popup editors created from the PopupBaseEditSettings class. This is a dependency property. Inherited from PopupBaseEditSettings.
IsStylusCapturedOverrides the IsStylusCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsStylusCaptureWithinOverrides the IsStylusCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsStylusDirectlyOverOverrides the IsStylusDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsStylusOverOverrides the IsStylusOver property to hide it. Inherited from DXFrameworkContentElement.
IsSynchronizedWithCurrentItemGets or sets whether an editor should keep the BaseEdit.EditValue synchronized with the current item in the LookUpEditSettingsBase.ItemsSource property. This is a dependency property. Inherited from LookUpEditSettingsBase.
IsTextEditableGets or sets whether end-users are allowed to edit the text displayed in the edit box. This is a dependency property. Inherited from ButtonEditSettings.
ItemsPanelGets or sets the template that defines the panel that controls the layout of items displayed within the editor’s dropdown. This is a dependency property. Inherited from LookUpEditSettingsBase.
ItemsSourceGets or sets the LookUpEdit‘s data source. This is a dependency property. Inherited from LookUpEditSettingsBase.
ItemTemplateGets or sets a template that defines the presentation of items contained within the dropdown list. This is a dependency property. Inherited from LookUpEditSettingsBase.
ItemTemplateSelectorGets or sets an object that chooses a list item template based on custom logic. This is a dependency property. Inherited from LookUpEditSettingsBase.
LanguageOverrides the Language property to hide it. Inherited from DXFrameworkContentElement.
MaskGets or sets a mask expression. This is a dependency property. Inherited from TextEditSettings.
MaskAutoCompleteGets or sets the automatic completion mode used by the editor in the RegEx mask mode. This is a dependency property. Inherited from TextEditSettings.
MaskBeepOnErrorGets or sets whether an editor beeps when an end-user tries to enter an invalid character. This is a dependency property. Inherited from TextEditSettings.
MaskCultureGets or sets the culture whose settings are used by masks. This is a dependency property. Inherited from TextEditSettings.
MaskIgnoreBlankGets or sets whether the editor can lose focus when a value hasn’t been entered, for the Simple , Regular and RegEx mask types. This is a dependency property. Inherited from TextEditSettings.
MaskPlaceHolderGets or sets the character used as the placeholder in a masked editor, for the Simple , Regular and RegEx mask types. This is a dependency property. Inherited from TextEditSettings.
MaskSaveLiteralGets or sets whether constantly displayed mask characters (literals) are included in an editor’s value, for the Simple and Regular mask types. This is a dependency property. Inherited from TextEditSettings.
MaskShowPlaceHoldersGets or sets whether placeholders are displayed in a masked editor, for the RegEx mask type. This is a dependency property. Inherited from TextEditSettings.
MaskTypeGets or sets the mask type. This is a dependency property. Inherited from TextEditSettings.
MaskUseAsDisplayFormatGets or sets whether display values are still formatted using the mask when the editor is not focused. This is a dependency property. Inherited from TextEditSettings.
MaxLengthGets or sets the maximum number of characters an end-user can enter into the editor. This is a dependency property. Inherited from TextEditSettings.
MaxWidthGets or sets the editor’s maximum width. This is a dependency property. Inherited from BaseEditSettings.
NameGets or sets the identifying name of the element. The name provides an instance reference so that programmatic code-behind, such as event handler code, can refer to an element once it is constructed during parsing of XAML. Inherited from FrameworkContentElement.
NullTextGets or sets the text displayed within the edit box when the editor’s value is null. This is a dependency property. Inherited from BaseEditSettings.
NullValueGets or sets a null value for the editor. This is a dependency property. Inherited from BaseEditSettings.
NullValueButtonPlacementGets or sets the position of the button used to clear an editor’s value. This is a dependency property. Inherited from ButtonEditSettings.
OverridesDefaultStyleOverrides the OverridesDefaultStyle property to hide it. Inherited from DXFrameworkContentElement.
ParentGets the parent in the logical tree for this element. Inherited from FrameworkContentElement.
PopupBottomAreaTemplateGets or sets the template that defines the presentation of the popup window’s bottom area. This is a dependency property. Inherited from PopupBaseEditSettings.
PopupContentTemplateGets or sets a template that presents the popup window’s content. Inherited from PopupBaseEditSettings.
PopupFooterButtonsGets or sets which buttons are displayed within the editor’s drop-down. This is a dependency property. Inherited from PopupBaseEditSettings.
PopupHeightGets or sets the popup window’s height. Inherited from PopupBaseEditSettings.
PopupMaxHeightGets or sets the popup window’s maximum height. Inherited from PopupBaseEditSettings.
PopupMaxWidthGets or sets the popup window’s maximum width. Inherited from PopupBaseEditSettings.
PopupMinHeightGets or sets the popup window’s minimum height. Inherited from PopupBaseEditSettings.
PopupMinWidthGets or sets the popup window’s minimum width. Inherited from PopupBaseEditSettings.
PopupTopAreaTemplateGets or sets the template that defines the presentation of the top area within an editor’s dropdown. Inherited from PopupBaseEditSettings.
PopupWidthGets or sets the popup window’s width. Inherited from PopupBaseEditSettings.
PrintTextWrappingGets or sets whether a cell’s value is automatically wrapped when it is printed. This is a dependency property. Inherited from TextEditSettings.
ResourcesOverrides the Resources property to hide it. Inherited from DXFrameworkContentElement.
SelectAllOnMouseUpGets or sets whether to select the entire text when the editor gets focus via mouse click. This is a dependency property. Inherited from TextEditSettings.
SelectItemWithNullValueGets or sets whether the editor searches for a null item in the bound data source when the editor value is null (empty). This is a dependency property. Inherited from LookUpEditSettingsBase.
SeparatorStringGets or sets the string separating checked items in the edit value. This is a dependency property. Inherited from LookUpEditSettingsBase.
ShouldDisableExcessiveUpdatesInInplaceInactiveModeFor internal use. Inherited from BaseEditSettings.
ShowNullTextGets or sets whether to display the null text. This is a dependency property. Inherited from BaseEditSettings.
ShowNullTextForEmptyValueGets or sets whether to display the null text for the Empty value. This is a dependency property. Inherited from BaseEditSettings.
ShowPopupIfReadOnlyGets or sets whether the read-only editor can display its popup. This is a dependency property. Inherited from PopupBaseEditSettings.
ShowSizeGripGets or sets whether to show the size grip within the editor’s drop-down. Inherited from PopupBaseEditSettings.
ShowTextGets or sets whether the edit box is displayed. This is a dependency property. Inherited from ButtonEditSettings.
ShowTooltipForTrimmedText

Gets or sets whether to invoke a tooltip for the editor whose content is trimmed. This is a dependency property.

Inherited from TextEditSettings. | | Style | Gets or sets the style to be used by this element. Inherited from FrameworkContentElement. | | StyleSettings | Gets or sets an object that defines an editor’s appearance and behavior. This is a dependency property. Inherited from BaseEditSettings. | | Tag | Gets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkContentElement. | | TemplatedParent | Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. Inherited from FrameworkContentElement. | | TextDecorations | Gets or sets a value that specifies the text decorations that are applied to the editor’s content. This is a dependency property. Inherited from TextEditSettings. | | TextTrimming |

Gets or sets the text trimming behavior. This is a dependency property.

Inherited from TextEditSettings. | | TextWrapping | Gets or sets whether the text wraps when it reaches the edge of the text box. This is a dependency property. Inherited from TextEditSettings. | | ToolTip | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DXFrameworkContentElement. | | TouchesCaptured | Gets all touch devices that are captured to this element. Inherited from ContentElement. | | TouchesCapturedWithin | Gets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from ContentElement. | | TouchesDirectlyOver | Gets all touch devices that are over this element. Inherited from ContentElement. | | TouchesOver | Gets all touch devices that are over this element or any child elements in its visual tree. Inherited from ContentElement. | | TrimmedTextToolTipContentTemplate | Gets or sets the data template used to display the content of a tooltip invoked for the editor whose text is trimmed. This is a dependency property. Inherited from TextEditSettings. | | ValidateOnEnterKeyPressed | Gets or sets whether the edit value should be validated when pressing the ENTER key. This is a dependency property. Inherited from TextEditSettings. | | ValidateOnTextInput | Gets or sets whether the edit value should be validated while typing within the editor’s text box. This is a dependency property. Inherited from TextEditSettings. | | ValidationErrorTemplate | Gets or sets the template used to display an in-place editor’s validation error messages. This is a dependency property. Inherited from BaseEditSettings. | | ValueMember | Gets or sets a field name in the bound data source, whose contents are assigned to item values. This is a dependency property. Inherited from LookUpEditSettingsBase. | | VerticalContentAlignment | Gets or sets the vertical alignment of the editor’s contents. Inherited from BaseEditSettings. |

See Also

LookUpEditSettings Class

LookUpEditSettings Members

DevExpress.Xpf.Grid.LookUp Namespace