Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridCollectionViewBase Class / ItemProperties Property


In This Topic
    ItemProperties Property (DataGridCollectionViewBase)
    In This Topic
    Gets the DataGridItemProperty objects that determine the characteristics of the items contained in the view.
    Syntax
    'Declaration
     
    Public ReadOnly Property ItemProperties As DataGridItemPropertyCollection
    'Usage
     
    Dim instance As DataGridCollectionViewBase
    Dim value As DataGridItemPropertyCollection
     
    value = instance.ItemProperties
    public DataGridItemPropertyCollection ItemProperties {get;}

    Property Value

    A DataGridItemPropertyCollection containing the DataGridItemProperty objects that determine the characteristics of the items contained in the view.
    Remarks
    The ItemProperties collection contains a list of DataGridItemProperty objects that can be added or removed and that contain information relative to their corresponding item (you could consider these items to be the columns that will end up in a grid).
    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