Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Settings Namespace / ColumnSettings Class / IsOrphan Property


In This Topic
    IsOrphan Property
    In This Topic
    Gets or sets a value indicating of the column is orphaned.
    Syntax
    'Declaration
     
    Public Property IsOrphan As Nullable(Of Boolean)
    'Usage
     
    Dim instance As ColumnSettings
    Dim value As Nullable(Of Boolean)
     
    instance.IsOrphan = value
     
    value = instance.IsOrphan
    public Nullable<bool> IsOrphan {get; set;}

    Property Value

    true if the column is orphaned and therefore does not have a MergedColumn parent. false if the column is NOT orphaned and therefore has a MergedColumn parent. a null reference (Nothing in Visual Basic), the information is not pertinent and will not be persisted nor restored.
    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