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. |