menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommandPage - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CommandPage

    Inheritance
    System.Object
    CommandPage
    BetweenNotBetweenCondition
    ConditionalFormatting
    DataValidationPage
    DateOccurringCondition
    DefaultWidthPage
    EncryptCommandPage
    FindAndReplacePage
    FormatAsTablePage
    FormatCellsPage
    GetPasswordPage
    GoToPage
    GroupUngroupPage
    HyperlinkPage
    InsertDeleteCellsPage
    NameManagerPage
    NewNameRange
    OutlineSettingsPage
    ProtectSheetPage
    ProtectWorkbookPage
    RowHeightColumnWidthPage
    UnHideSheetPage
    UnprotectSheetPage
    UnprotectWorkbookPage
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
    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
    Type
    System.String

    SfSpreadsheet

    Gets or sets the SfSpreadsheet Control

    Declaration
    public SfSpreadsheet SfSpreadsheet { get; set; }
    Property Value
    Type
    SfSpreadsheet

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type
    System.String

    WorkSheet

    Gets or sets the SheetName to be Protected

    Declaration
    public IWorksheet WorkSheet { get; set; }
    Property Value
    Type
    IWorksheet

    Methods

    Close()

    Declaration
    public virtual void Close()

    Hide()

    Declaration
    public void Hide()

    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
    public void ShowDialog()

    UnWireEvents()

    Declaration
    protected virtual void UnWireEvents()

    WireEvents()

    Declaration
    protected virtual void WireEvents()

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved