menu

Document Processing

CommandBaseWindow Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    CommandBaseWindow Class

    Inheritance
    System.Object
    CommandBaseWindow
    ConditionalFormatWindow
    DataValidationWindow
    DefaultWidthWindow
    EncryptCommandWindow
    FindAndReplaceWindow
    FormatAsTableWindow
    FormatCellsWindow
    FormatWindow
    GetPasswordWindow
    GoToWindow
    GroupWindow
    HyperlinkWindow
    InsertDeleteCellsWindow
    NameManagerWindow
    NewNameRangeWindow
    OutlineSettingsWindow
    ProtectSheetWindow
    ProtectWorkbookWindow
    UnHideWindow
    UnprotectSheetWindow
    UnprotectWorkbookWindow
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class CommandBaseWindow : ChromelessWindow

    Constructors

    CommandBaseWindow()

    Declaration
    public CommandBaseWindow()

    Properties

    SfSpreadsheet

    Gets or sets the SfSpreadsheet Control

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

    WorkSheet

    Gets or sets the SheetName to be Protected

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

    Methods

    CancelAction()

    Declaration
    protected virtual void CancelAction()

    OnApplySettings()

    Declaration
    protected virtual void OnApplySettings()

    OnClosed(EventArgs)

    Declaration
    protected override void OnClosed(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnClosing(CancelEventArgs)

    Declaration
    protected override void OnClosing(CancelEventArgs e)
    Parameters
    Type Name Description
    System.ComponentModel.CancelEventArgs e

    OnInitialized(EventArgs)

    Declaration
    protected override void OnInitialized(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnKeyDown(KeyEventArgs)

    Declaration
    protected override void OnKeyDown(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs e

    OnLoaded()

    Declaration
    protected virtual void OnLoaded()

    UnWireEvents()

    Declaration
    protected virtual void UnWireEvents()

    WireEvents()

    Declaration
    protected virtual void WireEvents()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved