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. |