New to Telerik UI for WPFStart a free 30-day trial

Provides methods and properties for using FunctionsMenu.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class FunctionsMenu : ControlBase

Inheritance: objectControlBaseFunctionsMenu

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

Constructors

Initializes a new instance of the FunctionsMenu class.

C#
public FunctionsMenu()

Fields

CategoryProperty

DependencyProperty

The Dependency property CategoryProperty.

C#
public static readonly DependencyProperty CategoryProperty

ItemsProperty

DependencyProperty

The Dependency property ItemsProperty.

C#
public static readonly DependencyProperty ItemsProperty

Properties

Gets or sets the category of the FunctionsMenu.

C#
public InsertFunctionDialogCategory Category { get; set; }
Property Value:

The category of the FunctionsMenu.

Gets or sets the items of the FunctionsMenu.

C#
public IEnumerable<FunctionView> Items { get; set; }
Property Value:

The items of the FunctionsMenu.

Methods

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

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.