ClassPivotGroupFilterPopup
Represents group filter popup.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
public class PivotGroupFilterPopup : RadSizableDropDownMenu, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider, IPopupControl, IItemsControl
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadPopupControlBaseRadSizablePopupControlRadEditorPopupControlBaseRadSizableDropDownMenuPivotGroupFilterPopup
Implements:
Inherited Members
Constructors
PivotGroupFilterPopup(PivotGroupDescriptorElement)
Initializes a new instance of the PivotGroupFilterPopup class.
Declaration
public PivotGroupFilterPopup(PivotGroupDescriptorElement groupDescriptorElement)
Parameters
groupDescriptorElement
The group descriptor element.
Properties
ButtonsMenuItem
Gets the buttons menu item.
Declaration
public PivotFilterMenuButtonsItem ButtonsMenuItem { get; }
Property Value
The buttons menu item.
ClearFilterMenuItem
Gets the clear filter menu item.
Declaration
public RadMenuItem ClearFilterMenuItem { get; }
Property Value
The clear filter menu item.
GroupDescriptorElement
Gets the group descriptor element.
Declaration
public PivotGroupDescriptorElement GroupDescriptorElement { get; }
Property Value
The group descriptor element.
LabelFilterMenuItem
Gets the label filter menu item.
Declaration
public RadMenuItem LabelFilterMenuItem { get; }
Property Value
The label filter menu item.
SortAZMenuItem
Gets the sort AZ menu item.
Declaration
public RadMenuItem SortAZMenuItem { get; }
Property Value
The sort AZ menu item.
SortOptionsMenuItem
Gets the sort options menu item.
Declaration
public RadMenuItem SortOptionsMenuItem { get; }
Property Value
The sort options menu item.
SortZAMenuItem
Gets the sort ZA menu item.
Declaration
public RadMenuItem SortZAMenuItem { get; }
Property Value
The sort ZA menu item.
TextBoxMenuItem
Gets the text box menu item.
Declaration
public PivotFilterMenuTextBoxItem TextBoxMenuItem { get; }
Property Value
The text box menu item.
ThemeClassName
Gets or sets the name of the theme class.
Declaration
public override string ThemeClassName { get; set; }
Property Value
The name of the theme class.
Overrides
TreeViewMenuItem
Gets the tree view menu item.
Declaration
public PivotFilterMenuTreeItem TreeViewMenuItem { get; }
Property Value
The tree view menu item.
ValueFilterMenuItem
Gets the value filter menu item.
Declaration
public RadMenuItem ValueFilterMenuItem { get; }
Property Value
The value filter menu item.
Methods
AreComparisonsEqual(Condition, Condition)
Returns whether the conditions are equal.
ButtonCancel_Click(object, EventArgs)
Handles the Click event of the ButtonCancel control.
ButtonOK_Click(object, EventArgs)
Handles the Click event of the ButtonOK control.
GetBackupSize()
Gets the backup size.
InitializeLabelFilters()
Initializes the label filters.
Declaration
protected virtual void InitializeLabelFilters()
InitializeMenuItems()
Initializes the menu items.
Declaration
protected virtual void InitializeMenuItems()
InitializeValueFilters()
Initializes the value filters.
Declaration
protected virtual void InitializeValueFilters()
LoadSettings()
Loads the settings.
Declaration
protected virtual void LoadSettings()
OnMouseWheel(Control, int)
Determines whether the MouseWheel event is handled by the popup.
OnPopupOpening(CancelEventArgs)
Fires when the popup is about to open.
Declaration
protected override void OnPopupOpening(CancelEventArgs args)
Parameters
args
A CancelEventArgs object that contains information about the event
Overrides
ProcessMnemonic(Keys)
Processes the mnemonic.
SetTheme(string)
Sets the theme.
Declaration
public void SetTheme(string themeName)
Parameters
themeName
Name of the theme.
clearFilterMenuItem_Click(object, EventArgs)
Handles the Click event of the clearFilterMenuItem control.
labelFilterItem_Click(object, EventArgs)
Handles the Click event of the labelFilterItem control.
sortAZMenuItem_Click(object, EventArgs)
Handles the Click event of the sortAZMenuItem control.
sortOptionsMenuItem_Click(object, EventArgs)
Handles the Click event of the sortOptionsMenuItem control.
sortZAMenuItem_Click(object, EventArgs)
Handles the Click event of the sortZAMenuItem control.
textBoxMenuItem_TextChanged(object, EventArgs)
Handles the TextChanged event of the textBoxMenuItem control.
topTenItem_Click(object, EventArgs)
Handles the Click event of the topTenItem control.
valueFilterItem_Click(object, EventArgs)
Handles the Click event of the valueFilterItem control.