Class
FunctionsMenu

Provides methods and properties for using FunctionsMenu.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class FunctionsMenu : ControlBase

Inheritance: objectControlBaseFunctionsMenu

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

Constructors

FunctionsMenu()

Initializes a new instance of the FunctionsMenu class.

Declaration

cs-api-definition
public FunctionsMenu()

Fields

CategoryProperty

The Dependency property CategoryProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty CategoryProperty

Field Value

DependencyProperty

ItemsProperty

The Dependency property ItemsProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty ItemsProperty

Field Value

DependencyProperty

Properties

Category

Gets or sets the category of the FunctionsMenu.

Declaration

cs-api-definition
public InsertFunctionDialogCategory Category { get; set; }

Property Value

InsertFunctionDialogCategory

The category of the FunctionsMenu.

Items

Gets or sets the items of the FunctionsMenu.

Declaration

cs-api-definition
public IEnumerable<FunctionView> Items { get; set; }

Property Value

IEnumerable<FunctionView>

The items of the FunctionsMenu.

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.