Class FunctionsMenu
Provides methods and properties for using FunctionsMenu.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FunctionsMenu : ControlBase
Constructors
FunctionsMenu()
Fields
CategoryProperty
The Dependency property CategoryProperty.
Declaration
public static readonly DependencyProperty CategoryProperty
Field Value
System.Windows.DependencyProperty
|
ItemsProperty
The Dependency property ItemsProperty.
Declaration
public static readonly DependencyProperty ItemsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Category
Gets or sets the category of the FunctionsMenu.
Declaration
public InsertFunctionDialogCategory Category { get; set; }
Property Value
InsertFunctionDialogCategory
The category of the FunctionsMenu. |
Items
Gets or sets the items of the FunctionsMenu.
Declaration
public IEnumerable<FunctionView> Items { get; set; }
Property Value
System.Collections.Generic.IEnumerable<FunctionView>
The items of the FunctionsMenu. |
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |