Class GridViewColumnChooser
Displays a form used to manage columns
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewColumnChooser : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
GridViewColumnChooser()
Initializes a new instance of the GridViewColumnChooser class.
Declaration
public GridViewColumnChooser()
GridViewColumnChooser(GridViewTemplate)
Initializes a new instance of the ColumnChooserForm class.
Declaration
public GridViewColumnChooser(GridViewTemplate template)
Parameters
GridViewTemplate
template
The GridViewTemplate object, owner of this form |
GridViewColumnChooser(GridViewTemplate, RadGridViewElement)
Initializes a new instance of the GridViewColumnChooser class.
Declaration
public GridViewColumnChooser(GridViewTemplate template, RadGridViewElement rootElement)
Parameters
GridViewTemplate
template
The GridViewTemplate object, owner of this form |
RadGridViewElement
rootElement
The RadGridViewElement object |
Properties
ColumnChooserControl
Gets the ColumnChooserControl associated with this form.
Declaration
public ColumnChooserControl ColumnChooserControl { get; }
Property Value
ColumnChooserControl
|
Columns
Gets list of GridViewDataColumn objects contained in the form.
Declaration
public IList<GridViewColumn> Columns { get; }
Property Value
System.Collections.Generic.IList<GridViewColumn>
|
EnableFilter
Gets or sets a value indicating whether the filter text box is visible.
Declaration
public bool EnableFilter { get; set; }
Property Value
System.Boolean
|
GridRootElement
Gets or sets the associated instance of GridVisualElement
Declaration
public RadGridViewElement GridRootElement { get; }
Property Value
RadGridViewElement
|
SortOrder
Gets or sets the sort order of the columns.
Declaration
public RadSortOrder SortOrder { get; set; }
Property Value
RadSortOrder
The sort order. |
Template
Gets the GridViewTemplate associated with this form.
Declaration
public GridViewTemplate Template { get; set; }
Property Value
GridViewTemplate
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
HandleDpiChanged()
Handles the DPI change.
Declaration
protected override void HandleDpiChanged()
Overrides
OnLoad(EventArgs)
Raises the Load event.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
The System.EventArgs instance containing the event data. |
Overrides
OnShown(EventArgs)
Raises the System.Windows.Forms.Form.Shown event.
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
A System.EventArgs that contains the event data. |