Class CommandPage
Inheritance
System.Object
CommandPage
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class CommandPage : Page
Constructors
CommandPage(String)
Declaration
public CommandPage(string commandName)
Parameters
Type |
Name |
Description |
System.String |
commandName |
|
Fields
TitleProperty
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
CommandName
Declaration
public string CommandName { get; set; }
Property Value
SfSpreadsheet
Gets or sets the SfSpreadsheet Control
Declaration
public SfSpreadsheet SfSpreadsheet { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
WorkSheet
Gets or sets the SheetName to be Protected
Declaration
public IWorksheet WorkSheet { get; set; }
Property Value
Methods
Close()
Declaration
public virtual void Close()
Hide()
Declaration
OnApplySettings()
Declaration
protected virtual void OnApplySettings()
OnClosing()
Declaration
protected virtual void OnClosing()
OnKeyDown(KeyRoutedEventArgs)
Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.KeyRoutedEventArgs |
e |
|
OnPageLoaded()
Declaration
protected virtual void OnPageLoaded()
OnPageUnLoaded()
Declaration
protected virtual void OnPageUnLoaded()
ShowDialog()
Declaration
UnWireEvents()
Declaration
protected virtual void UnWireEvents()
WireEvents()
Declaration
protected virtual void WireEvents()
Extension Methods