Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / ColumnManagerRow Class / ColumnChooserTemplate Property


In This Topic
    ColumnChooserTemplate Property
    In This Topic
    Specifies the DataTemplate to use for the column chooser. See example below.
    Syntax
    'Declaration
     
    Public Property ColumnChooserTemplate As DataTemplate
    'Usage
     
    Dim instance As ColumnManagerRow
    Dim value As DataTemplate
     
    instance.ColumnChooserTemplate = value
     
    value = instance.ColumnChooserTemplate
    public DataTemplate ColumnChooserTemplate {get; set;}
    Example
    <DataTemplate>
      <xcdg:ColumnChooserContextMenu />
    </DataTemplate>

    or

    <DataTemplate>
      <xcdg:ColumnChooserControl />
    </DataTemplate>
    Requirements

    See Also