Back to Devexpress

ListBoxEditSettings Properties

wpf-devexpress-dot-xpf-dot-editors-dot-settings-dot-listboxeditsettings-dot-underscore-properties.md

latest27.0 KB
Original Source

ListBoxEditSettings Properties

Contains settings specific to the ListBoxEdit editor.

NameDescription
AllowCollectionViewGets or sets whether to allow process collection views. This is a dependency property.
AllowDropOverrides the AllowDrop property to hide it. Inherited from DXFrameworkContentElement.
AllowLiveDataShapingGets or sets whether a list box updates its items when the bound data source is modified outside the list box.
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.
AllowRejectUnknownValuesThis member supports the internal infrastructure and is not intended to be used directly from your code.
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.
BindingGroupOverrides the BindingGroup property, to hide it. Inherited from DXFrameworkContentElement.
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 contents are to be displayed by the list box. This is a dependency property.
DisplayTextConverterGets or sets a converter for the editor’s display value. This is a dependency property. Inherited from BaseEditSettings.
ErrorToolTipContentTemplateGets or sets a template that presents the content of an editor’s error tooltip. This is a dependency property. Inherited from BaseEditSettings.
FilterCriteriaGets or sets the filter expression. This is a dependency property.
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.
GroupStyleGets a collection of GroupStyle objects that define the appearance of each level of groups.
HasAnimatedPropertiesOverrides the HasAnimatedProperties property to hide it. Inherited from DXFrameworkContentElement.
HorizontalContentAlignmentGets or sets the horizontal alignment of an editor’s contents. Inherited from BaseEditSettings.
InputBindingsOverrides the InputBindings property to hide it. Inherited from DXFrameworkContentElement.
InputScopeOverrides the InputScope property to hide it. Inherited from DXFrameworkContentElement.
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.
IsSealedOverrides the IsSealed property to hide it. Inherited from DXFrameworkContentElement.
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 a ListBoxEdit should keep the BaseEdit.EditValue synchronized with the current item in the ListBoxEditSettings.ItemsSource property. This is a dependency property.
ItemsProvides access to the collection of items when the ListBoxEdit is not bound to a data source.
ItemsPanelGets or sets the template that defines the presentation of a container panel used by the editor to arrange its items. This is a dependency property.
ItemsSourceGets or sets the listbox’s data source. This is a dependency property.
ItemTemplateGets or sets a template that defines the presentation of items contained within the list. This is a dependency property.
ItemTemplateSelectorGets or sets an object that chooses a list item template based on custom logic. This is a dependency property.
LanguageOverrides the Language property to hide it. Inherited from DXFrameworkContentElement.
LogicalChildren protectedGets an enumerator for the logical child elements of this element. Inherited from FrameworkContentElement.
MaxWidthGets or sets the editor’s maximum width. This is a dependency property. Inherited from BaseEditSettings.
MRUItemsContains the most recently used (MRU) items.
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.
OverridesDefaultStyleOverrides the OverridesDefaultStyle property to hide it. Inherited from DXFrameworkContentElement.
ParentGets the parent in the logical tree for this element. Inherited from FrameworkContentElement.
ResourcesOverrides the Resources property to hide it. Inherited from DXFrameworkContentElement.
SelectionModeGets or sets how list items are selected. This is a dependency property.
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.
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.
StyleGets or sets the style to be used by this element. Inherited from FrameworkContentElement.
StyleSettingsGets or sets an object that defines an editor’s appearance and behavior. This is a dependency property. Inherited from BaseEditSettings.
TagGets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkContentElement.
TemplatedParentGets 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.
ToolTipThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DXFrameworkContentElement.
TouchesCapturedGets all touch devices that are captured to this element. Inherited from ContentElement.
TouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from ContentElement.
TouchesDirectlyOverGets all touch devices that are over this element. Inherited from ContentElement.
TouchesOverGets all touch devices that are over this element or any child elements in its visual tree. Inherited from ContentElement.
ValidationErrorTemplateGets or sets the template used to display an in-place editor’s validation error messages. This is a dependency property. Inherited from BaseEditSettings.
ValueMemberGets or sets a field name in the bound data source whose contents are assigned to item values. This is a dependency property.
VerticalContentAlignmentGets or sets the vertical alignment of the editor’s contents. Inherited from BaseEditSettings.

See Also

ListBoxEditSettings Class

ListBoxEditSettings Members

DevExpress.Xpf.Editors.Settings Namespace