Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
      • EO.WebBrowser
      • EO.WebBrowser.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
        • EO.Wpf
        • Classes
          • BareButton Class
          • Bitmap Class
          • BitmapButton Class
          • BooleanDependencyPropertyRoutedEventArgs Class
          • Button Class
          • Calendar Class
          • CalendarDayButton Class
          • CalendarMonth Class
          • CancelEventArgs Class
          • CheckBox Class
          • ChoiceMaskedEditSegment Class
          • ComboBox Class
          • ComboBoxItem Class
          • DatePicker Class
          • DateRangeCollection Class
          • DateRangeCollectionConverter Class
          • DockContainer Class
          • DockItem Class
          • DockItemClosingEventArgs Class
          • DockItemCollection Class
          • DockItemEventArgs Class
          • DockItemNeededEventArgs Class
          • DockView Class
          • DockViewCollection Class
          • DockViewCommands Class
          • DockViewEventArgs Class
          • DockViewNeededEventArgs Class
          • DocumentItem Class
          • DropDown Class
          • DropDownButton Class
          • DropDownService Class
          • EditItemEventArgs Class
          • Effect Class
          • EffectManager Class
          • Expander Class
          • ItemDragEventArgs Class
          • ItemDragOverEventArgs Class
          • ItemDropEventArgs Class
          • ItemsControlHelper Class
          • LinkButton Class
          • ListBox Class
          • ListBoxItem Class
          • MaskedEdit Class
          • MaskedEditSegment Class
          • MaskMaskedEditSegment Class
          • Menu Class
          • MenuBase Class
          • MenuItem Class
          • MonthPicker Class
          • MultiplyConverter Class
          • NamedResourceKey Class
          • NegationConverter Class
          • NewItemRequestedEventArgs Class
          • NumericMaskedEditSegment Class
          • OpacityConverter Class
          • PatternMaskedEditSegment Class
          • PdfViewer Class
          • ProgressBar Class
          • RadialPanel Class
          • RadioButton Class
          • RangeSlider Class
          • RegexMaskedEditSegment Class
          • RingDefinition Class
          • RingDefinitionCollection Class
          • Runtime Class
          • SkinStyleInfo Class
          • Slider Class
          • SliderBase Class
          • SpinEdit Class
          • SplitButton Class
          • SplitLineHeightConverter Class
          • SplitView Class
          • StaticMaskedEditSegment Class
          • TabControl Class
          • TabItem Class
          • TabItemCloseEventArgs Class
          • TabItemEventArgs Class
          • TemplatePresenter Class
          • ThemeManager Class
          • ThemeNames Class
          • ThemeStyleInfo Class
          • TreeView Class
          • TreeViewItem Class
          • UIElementHelper Class
          • UnitConverter Class
          • WebControl Class
          • WebView Class
          • WebViewHost Class
          • WeekDaysCollection Class
          • WindowChrome Class
          • WindowCommands Class
          • YearPicker Class
        • Structures
        • Enumerations
        • Delegates
      • EO.Wpf.Gauge
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
DropDownService Methods

The methods of the DropDownService class are listed below. For a complete list of DropDownService class members, see the DropDownService Members topic.

Methods
Name Description
Equals (inherited from Object) 
Finalize (inherited from Object) 
GetContent Gets the value of the Content attached property for a specific FrameworkElement.
GetDropDown Gets the value of the DropDown attached property for a specific FrameworkElement.
GetHashCode (inherited from Object) 
GetHorizontalOffset Gets the value of the HorizontalOffset attached property for a specific FrameworkElement.
GetIsOpen Gets the value of the IsOpen attached property for a specific FrameworkElement.
GetMaxHeight Gets the value of the MaxHeight attached property for a specific FrameworkElement.
GetPlacement Gets the value of the Placement attached property for a specific FrameworkElement.
GetPlacementTarget Gets the value of the PlacementTarget attached property for a specific FrameworkElement.
GetStaysOpen Gets the value of the StaysOpen attached property for a specified FrameworkElement.
GetType (inherited from Object) 
GetVerticalOffset Gets the value of the VerticalOffset attached property for a specific FrameworkElement.
MemberwiseClone (inherited from Object) 
SetContent Sets the value of the Content attached property for a specific FrameworkElement.
SetDropDown Set the value of the DropDown attached property for a specific FrameworkElement.
SetHorizontalOffset Sets the value of the HorizontalOffset attached property for a specific FrameworkElement.
SetIsOpen Sets the value of the IsOpen attached property for a specific FrameworkElement.
SetMaxHeight Sets the value of the MaxHeight attached property for a specific FrameworkElement.
SetPlacement Sets the value of the Placement attached property for a specific FrameworkElement.
SetPlacementTarget Sets the value of the PlacementTarget attached property for a specific FrameworkElement.
SetStaysOpen Sets the value of the StaysOpen attached property for a specified DependencyObject.
SetVerticalOffset Sets the value of the VerticalOffset attached property for a specific FrameworkElement.
ToString (inherited from Object) 
See Also