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.
|
ItemsProperty
The Dependency property ItemsProperty.
Declaration
public static readonly DependencyProperty ItemsProperty
Field Value
System.
|
Properties
Category
Gets or sets the category of the FunctionsMenu.
Declaration
public InsertFunctionDialogCategory Category { get; set; }
Property Value
Insert The category of the FunctionsMenu. |
Items
Gets or sets the items of the FunctionsMenu.
Declaration
public IEnumerable<FunctionView> Items { get; set; }
Property Value
System. The items of the FunctionsMenu. |
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |