Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.ListBox Namespace / FieldNameValuePair Class
Members


In This Topic
    FieldNameValuePair Class
    In This Topic
    Represents a value and field name pair.
    Syntax
    'Declaration
     
    Public Class FieldNameValuePair 
    'Usage
     
    Dim instance As FieldNameValuePair
    public class FieldNameValuePair 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.ListBox.FieldNameValuePair

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FieldNameValuePair class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the field name of this pair.  
    Public PropertyGets a value indicating whether the pair is a leaf.  
    Public PropertyGets a value indicating whether the pair is a root.  
    Public PropertyGets the value associated with FieldName.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, 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