FunctionsMenu
Class
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
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; }
The category of the FunctionsMenu.
Gets or sets the items of the FunctionsMenu.
C#
public IEnumerable<FunctionView> Items { get; set; }
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)
The RoutedEventArgs that contains the event data.