menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IColumnChooser - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IColumnChooser

    Provides the functionality for the column chooser operation in SfDataGrid.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public interface IColumnChooser

    Methods

    AddChild(GridColumn)

    Adds the specified column to the children of column chooser window.

    Declaration
    void AddChild(GridColumn column)
    Parameters
    Type Name Description
    GridColumn column

    The corresponding column to add children for the column chooser window.

    GetControlRect()

    Gets the display rectangle for column chooser window.

    Declaration
    Rect GetControlRect()
    Returns
    Type Description
    Windows.Foundation.Rect

    The display rectangle for column chooser window.

    RemoveChild(GridColumn)

    Removes the specified child column from the column chooser window.

    Declaration
    void RemoveChild(GridColumn column)
    Parameters
    Type Name Description
    GridColumn column

    The corresponding column to remove child from the column chooser window.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved