Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.DataGrid.Toolkit Assembly / Xceed.Wpf.DataGrid Namespace / DataGridItemPropertyQueryValueEventArgs Class
Members


In This Topic
    DataGridItemPropertyQueryValueEventArgs Class
    In This Topic
    Provides information when a value is required.
    Syntax
    'Declaration
     
    Public Class DataGridItemPropertyQueryValueEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As DataGridItemPropertyQueryValueEventArgs
    public class DataGridItemPropertyQueryValueEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Wpf.DataGrid.DataGridItemPropertyQueryValueEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DataGridItemPropertyQueryValueEventArgs class specifying the item property for which a value is required.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the item property for which a value is required.  
    Public PropertyGets or sets the value for the item property.  
    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