Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridContext Class / AllowDetailToggle Property


In This Topic
    AllowDetailToggle Property (DataGridContext)
    In This Topic
    Gets a value indicating whether the end user can toggle the expansion state of details in the context.
    Syntax
    'Declaration
     
    Public ReadOnly Property AllowDetailToggle As Boolean
    'Usage
     
    Dim instance As DataGridContext
    Dim value As Boolean
     
    value = instance.AllowDetailToggle
    public bool AllowDetailToggle {get;}

    Property Value

    true if the end user can toggle the expansion state of details in the context; false otherwise.

    Remarks
    The value returned by this property corresponds to the value of the AllowDetailToggle property of the grid or detail configuration that was applied to the detail that is the source of the context.
    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