WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataControlDropDown

    Show / Hide Table of Contents

    Class GridDataControlDropDown

    Inheritance
    System.Object
    GridCellDropDownControlBase
    GridDataControlDropDown
    Inherited Members
    GridCellDropDownControlBase.TemplatePopup
    GridCellDropDownControlBase.TemplatePopupContent
    GridCellDropDownControlBase.TemplateTextbox
    GridCellDropDownControlBase.TemplateToggle
    GridCellDropDownControlBase.MaxDropDownHeight
    GridCellDropDownControlBase.IsDropDownOpenProperty
    GridCellDropDownControlBase.IsReadOnlyProperty
    GridCellDropDownControlBase.StaysOpenOnEditProperty
    GridCellDropDownControlBase.TextProperty
    GridCellDropDownControlBase.Close()
    GridCellDropDownControlBase.NavigateNextLine()
    GridCellDropDownControlBase.NavigatePreviousLine()
    GridCellDropDownControlBase.OnApplyTemplate()
    GridCellDropDownControlBase.OnContentLoaded(ContentControl)
    GridCellDropDownControlBase.OnGotFocus(RoutedEventArgs)
    GridCellDropDownControlBase.OnDropDownOpened()
    GridCellDropDownControlBase.OnLostFocus(RoutedEventArgs)
    GridCellDropDownControlBase.OnMouseLeave(MouseEventArgs)
    GridCellDropDownControlBase.OnMouseLeftButtonUp(MouseButtonEventArgs)
    GridCellDropDownControlBase.OnMouseMove(MouseEventArgs)
    GridCellDropDownControlBase.OnMouseWheel(MouseWheelEventArgs)
    GridCellDropDownControlBase.OnPreviewMouseDown(MouseButtonEventArgs)
    GridCellDropDownControlBase.ShowPopup()
    GridCellDropDownControlBase.OnLostMouseCapture(MouseEventArgs)
    GridCellDropDownControlBase.AutoSuggestionList
    GridCellDropDownControlBase.DropDownStyle
    GridCellDropDownControlBase.TextBoxPart
    GridCellDropDownControlBase.IsDropDownOpen
    GridCellDropDownControlBase.IsMouseOverInnerTextBox
    GridCellDropDownControlBase.IsMouseOverPopupHost
    GridCellDropDownControlBase.IsReadOnly
    GridCellDropDownControlBase.PopupContent
    GridCellDropDownControlBase.StaysOpenOnEdit
    GridCellDropDownControlBase.Text
    GridCellDropDownControlBase.IsDropDownOpenChanged
    GridCellDropDownControlBase.AppliedTemplate
    GridCellDropDownControlBase.IsDropDownChanging
    Namespace: Syncfusion.Windows.Controls.Grid.GridCellRenderer.DropdownCellRenderers
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataControlDropDown : GridCellDropDownControlBase

    Constructors

    GridDataControlDropDown()

    Declaration
    public GridDataControlDropDown()

    Properties

    DropDownGrid

    Declaration
    public GridDataControl DropDownGrid { get; }
    Property Value
    Type Description
    GridDataControl

    Methods

    OnIsDropDownOpenChanged()

    Declaration
    protected override void OnIsDropDownOpenChanged()
    Overrides
    GridCellDropDownControlBase.OnIsDropDownOpenChanged()

    OnIsDropDownOpenChanging(Boolean)

    Declaration
    protected override bool OnIsDropDownOpenChanging(bool isShowing)
    Parameters
    Type Name Description
    System.Boolean isShowing
    Returns
    Type Description
    System.Boolean
    Overrides
    GridCellDropDownControlBase.OnIsDropDownOpenChanging(Boolean)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved