WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellGridListControlDropDown - WPF API Reference | Syncfusion GridCellDropDownControlBase, ">

    Show / Hide Table of Contents

    Class GridCellGridListControlDropDown

    Defines the drop-down GridListControl that is used with DropDownList cells. It is based on GridCellDropDownControlBase,

    Inheritance
    System.Object
    GridCellDropDownControlBase
    GridCellGridListControlDropDown
    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.OnGotFocus(RoutedEventArgs)
    GridCellDropDownControlBase.OnIsDropDownOpenChanged()
    GridCellDropDownControlBase.OnIsDropDownOpenChanging(Boolean)
    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
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCellGridListControlDropDown : GridCellDropDownControlBase

    Constructors

    GridCellGridListControlDropDown()

    Declaration
    public GridCellGridListControlDropDown()

    Properties

    GridListControlPart

    Gets the GridListControl that is associated with the drop-down list cell.

    Declaration
    public GridListControlImpl GridListControlPart { get; }
    Property Value
    Type Description
    GridListControlImpl

    Methods

    OnContentLoaded(ContentControl)

    Declaration
    protected override void OnContentLoaded(ContentControl popupContent)
    Parameters
    Type Name Description
    System.Windows.Controls.ContentControl popupContent
    Overrides
    GridCellDropDownControlBase.OnContentLoaded(ContentControl)

    OnDropDownOpened()

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

    OnPreviewMouseMove(MouseEventArgs)

    Declaration
    protected override void OnPreviewMouseMove(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved