Class
FilteringPopupControl

Represents popup control containing filtering and sorting options.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class FilteringPopupControl : ControlBase

Inheritance: objectControlBaseFilteringPopupControl

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

FilteringPopupControl()

Initializes a new instance of the FilteringPopupControl class.

Declaration

cs-api-definition
public FilteringPopupControl()

Methods

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

SetDataContext(RadWorksheetEditor, CellRange, int)

Sets the data context.

Declaration

cs-api-definition
public void SetDataContext(RadWorksheetEditor worksheetEditor, CellRange filterRange, int columnId)

Parameters

worksheetEditor

RadWorksheetEditor

The worksheet editor.

filterRange

CellRange

The filter range.

columnId

int

The column id.