Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridItemPropertyBase Class
Members


In This Topic
    DataGridItemPropertyBase Class
    In This Topic
    Base class that represents the characteristics of a property for an item in a datagrid collection view and from which the DataGridItemProperty and DataGridUnboundItemProperty classes derive.
    Syntax
    'Declaration
     
    <DebuggerDisplayAttribute("Name = {Name}")>
    Public MustInherit Class DataGridItemPropertyBase 
    'Usage
     
    Dim instance As DataGridItemPropertyBase
    [DebuggerDisplay("Name = {Name}")]
    public abstract class DataGridItemPropertyBase 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.DataGrid.DataGridItemPropertyBase
          Xceed.Wpf.DataGrid.DataGridItemProperty
          Xceed.Wpf.DataGrid.DataGridUnboundItemProperty

    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