Click or drag to resize

CustomLookUpEditStyleSettings Class

[Missing <summary> documentation for "T:Demo3D.Visuals.OPC.Plugin.CustomLookUpEditStyleSettings"]

Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            BaseEditStyleSettings
              TextEditStyleSettings
                ButtonEditStyleSettings
                  PopupBaseEditStyleSettings
                    BaseItemsControlStyleSettingsLookUpEditBase
                      BaseLookUpStyleSettings
                        LookUpEditStyleSettings
                          Demo3D.Visuals.OPC.PluginCustomLookUpEditStyleSettings

Namespace:  Demo3D.Visuals.OPC.Plugin
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 14.0.0.10531
Syntax
C#
public class CustomLookUpEditStyleSettings : LookUpEditStyleSettings

The CustomLookUpEditStyleSettings type exposes the following members.

Constructors
  NameDescription
Public methodCustomLookUpEditStyleSettings
Initializes a new instance of the CustomLookUpEditStyleSettings class
Top
Properties
  NameDescription
Public propertyAllowColumnFiltering (Inherited from LookUpEditStyleSettings.)
Public propertyAllowGrouping (Inherited from LookUpEditStyleSettings.)
Public propertyAllowSorting (Inherited from LookUpEditStyleSettings.)
Protected propertyCloseUsingDispatcher (Inherited from BaseLookUpStyleSettings.)
Protected propertyFilterByColumnsMode (Inherited from LookUpEditStyleSettings.)
Protected propertyFilterCondition (Inherited from BaseLookUpStyleSettings.)
Public propertyHighlightedFontFamily (Inherited from BaseEditStyleSettings.)
Public propertyHighlightedFontSize (Inherited from BaseEditStyleSettings.)
Public propertyHighlightedFontStyle (Inherited from BaseEditStyleSettings.)
Public propertyHighlightedFontWeight (Inherited from BaseEditStyleSettings.)
Public propertyHighlightedTextBackground (Inherited from BaseEditStyleSettings.)
Public propertyHighlightedTextForeground (Inherited from BaseEditStyleSettings.)
Protected propertyScrollToSelectionOnPopup (Inherited from BaseLookUpStyleSettings.)
Public propertySelectionMode (Inherited from LookUpEditStyleSettings.)
Public propertyShouldCaptureMouseOnPopup (Inherited from PopupBaseEditStyleSettings.)
Public propertyShowColumnHeaders (Inherited from LookUpEditStyleSettings.)
Public propertyShowGroupPanel (Inherited from LookUpEditStyleSettings.)
Protected propertyShowSearchPanel (Inherited from LookUpEditStyleSettings.)
Public propertyShowTotalSummary (Inherited from LookUpEditStyleSettings.)
Top
Methods
  NameDescription
Public methodApplyToEdit (Inherited from LookUpEditStyleSettings.)
Protected methodCreateInlineForHighlighting (Inherited from TextEditStyleSettings.)
Protected methodGetActualAllowDefaultButton (Inherited from ButtonEditStyleSettings.)
Protected methodGetAddNewButtonPlacement (Inherited from BaseLookUpStyleSettings.)
Protected methodGetAllowEditTokens (Inherited from BaseLookUpStyleSettings.)
Protected methodGetClosePopupOnClickMode (Inherited from PopupBaseEditStyleSettings.)
Protected methodGetClosePopupOnMouseUp (Overrides BaseLookUpStyleSettings.GetClosePopupOnMouseUp(LookUpEditBase).)
Protected methodGetCustomItems (Inherited from BaseItemsControlStyleSettingsLookUpEditBase.)
Protected methodGetDefaultHighlightedTextBackground (Inherited from BaseEditStyleSettings.)
Protected methodGetDefaultHighlightedTextForeground (Inherited from BaseEditStyleSettings.)
Protected methodGetEnableTokenWrapping (Inherited from BaseLookUpStyleSettings.)
Protected methodGetFindButtonPlacement (Inherited from BaseLookUpStyleSettings.)
Protected methodGetFindMode (Inherited from BaseLookUpStyleSettings.)
Protected methodGetImmediatePopup (Inherited from BaseLookUpStyleSettings.)
Protected methodGetIncrementalFiltering (Inherited from LookUpEditStyleSettings.)
Public methodGetIsTextEditable (Inherited from BaseLookUpStyleSettings.)
Protected methodGetItemContainerStyle (Inherited from LookUpEditStyleSettings.)
Protected methodGetNewTokenPosition (Inherited from BaseLookUpStyleSettings.)
Protected methodGetNewTokenText (Inherited from BaseLookUpStyleSettings.)
Protected methodGetNullValueButtonPlacement (Inherited from BaseLookUpStyleSettings.)
Public methodGetPopupBottomAreaTemplate (Inherited from PopupBaseEditStyleSettings.)
Public methodGetPopupFooterButtons (Inherited from LookUpEditStyleSettings.)
Public methodGetPopupTopAreaTemplate (Inherited from PopupBaseEditStyleSettings.)
Protected methodGetPropertyValue (Inherited from BaseLookUpStyleSettings.)
Public methodGetSelectAllOnAcceptPopup (Inherited from BaseLookUpStyleSettings.)
Protected methodGetSelectionEventMode (Inherited from LookUpEditStyleSettings.)
Protected methodGetSelectionMode (Inherited from LookUpEditStyleSettings.)
Protected methodGetShowSizeGrip (Inherited from LookUpEditStyleSettings.)
Protected methodGetShowTokenButtons (Inherited from BaseLookUpStyleSettings.)
Public methodGetSyncValuesWithPopup (Inherited from BaseLookUpStyleSettings.)
Protected methodGetTokenBorderTemplate (Inherited from BaseLookUpStyleSettings.)
Protected methodGetTokenButtons (Inherited from BaseLookUpStyleSettings.)
Protected methodGetTokenMaxWidth (Inherited from BaseLookUpStyleSettings.)
Protected methodGetTokenStyle (Inherited from BaseLookUpStyleSettings.)
Protected methodGetTokenTextTrimming (Inherited from BaseLookUpStyleSettings.)
Protected methodIsDefaultValue (Inherited from BaseLookUpStyleSettings.)
Public methodIsTokenStyleSettings (Inherited from BaseLookUpStyleSettings.)
Protected methodProcessContentSelectionChanged (Inherited from BaseLookUpStyleSettings.)
Protected methodShouldFocusPopup (Inherited from PopupBaseEditStyleSettings.)
Protected methodShowCustomItem (Inherited from BaseItemsControlStyleSettingsLookUpEditBase.)
Protected methodShowMRUItem (Inherited from BaseItemsControlStyleSettingsLookUpEditBase.)
Public methodStaysPopupOpen (Inherited from PopupBaseEditStyleSettings.)
Protected methodSyncValues (Inherited from LookUpEditStyleSettings.)
Top
See Also