Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridControl Class / SetIsFixedHeadersHost Method

The panel identified as the host that will contain all elements added to the grid's fixed headers through the FixedHeaders property.

true to identify a a panel as the fixed-headers host; false otherwise.


In This Topic
    SetIsFixedHeadersHost Method
    In This Topic

    Sets a value that, when set by a panel, identifies that panel as the host that will contain all elements added to the grid's fixed headers through the FixedHeaders property.

    Syntax
    'Declaration
     
    Public Shared Sub SetIsFixedHeadersHost( _
       ByVal obj As DependencyObject, _
       ByVal value As Boolean _
    ) 
    'Usage
     
    Dim obj As DependencyObject
    Dim value As Boolean
     
    DataGridControl.SetIsFixedHeadersHost(obj, value)
    public static void SetIsFixedHeadersHost( 
       DependencyObject obj,
       bool value
    )

    Parameters

    obj

    The panel identified as the host that will contain all elements added to the grid's fixed headers through the FixedHeaders property.

    value
    true to identify a a panel as the fixed-headers host; false otherwise.
    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