Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Editors Namespace / QueryItemTextEventArgs Class
Members


In This Topic
    QueryItemTextEventArgs Class
    In This Topic
    Provides the information necessary to format the WinComboBox.SelectedItem's text in the WinComboBox.
    Syntax
    'Declaration
     
    Public Class QueryItemTextEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As QueryItemTextEventArgs
    public class QueryItemTextEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Editors.QueryItemTextEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the QueryItemTextEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the format with which the WinComboBox.SelectedItem is displayed in the WinComboBox.  
    Public PropertyGets the ComboBoxItem currently selected in the WinComboBox's dropdown.  
    Public PropertyGets or sets the WinComboBox.SelectedItem's text to display in the WinComboBox.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also