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