Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridItemProperty Class / DataGridItemProperty Constructor


In This Topic
    DataGridItemProperty Constructor
    In This Topic
    Initializes a new instance of the DataGridItemProperty class.
    Overload List
    OverloadDescription
    Initializes a new instance of the DataGridItemProperty class.  

    Initializes a new instance of the DataGridItemProperty class specifying the name of the property, its value path, and its data type.

     
    Initializes a new instance of the DataGridItemProperty class specifying the name of the property, its value and X paths, and its data type  
    Initializes a new instance of the DataGridItemProperty class specifying the name of the property, its value path, its data type, and indicating whether it is read-only.  
    Initializes a new instance of the DataGridItemProperty class specifying the name of the property, its value and X paths, its data type, and indicating whether it is read-only  
    Initializes a new instance of the DataGridItemProperty class specifying the PropertyDescriptor that determines the characteristics of a property for an item in a DataGridCollectionView.  

    Initializes a new instance of the DataGridItemProperty class specifying the name of the property and its value path.

     

    Initializes a new instance of the DataGridItemProperty class specifying the name of the property, its value path, and indicating whether it is readonly.

     

    Initializes a new instance of the DataGridItemProperty class specifying the name of the property, its value path, indicating whether it is read only, and if the corresponding cell can be edited when a new item is being inserted. 

     
    Initializes a new instance of the DataGridItemProperty class specifying the name and the PropertyDescriptor that determines the characteristics of a property for an item in a DataGridCollectionView.  
    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