menu

Document Processing

NameManagerWindow Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    NameManagerWindow Class

    Interaction logic for NameManagerWindow.xaml

    Inheritance
    System.Object
    CommandBaseWindow
    NameManagerWindow
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.Windows.Markup.IComponentConnector
    Inherited Members
    CommandBaseWindow.CancelAction()
    CommandBaseWindow.OnApplySettings()
    CommandBaseWindow.OnClosed(EventArgs)
    CommandBaseWindow.OnClosing(CancelEventArgs)
    CommandBaseWindow.OnInitialized(EventArgs)
    CommandBaseWindow.SfSpreadsheet
    CommandBaseWindow.WorkSheet
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class NameManagerWindow : CommandBaseWindow, INotifyPropertyChanged, IComponentConnector

    Constructors

    NameManagerWindow()

    Declaration
    public NameManagerWindow()

    Properties

    DataGrid_SelectedIndex

    Gets or sets the DataGrid Selected Item's index.

    Declaration
    public int DataGrid_SelectedIndex { get; set; }
    Property Value
    Type
    System.Int32

    SelectedAddress

    Gets or sets the SelectedAddress from the gridselected item.

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

    Methods

    InitializeComponent()

    InitializeComponent

    Declaration
    public void InitializeComponent()

    OnKeyDown(KeyEventArgs)

    Used to Handle the Key Down Operations

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

    The System.Windows.Input.KeyEventArgs instance containing the event data.

    Overrides
    CommandBaseWindow.OnKeyDown(KeyEventArgs)

    OnLoaded()

    Declaration
    protected override void OnLoaded()
    Overrides
    CommandBaseWindow.OnLoaded()

    UnWireEvents()

    Declaration
    protected override void UnWireEvents()
    Overrides
    CommandBaseWindow.UnWireEvents()

    WireEvents()

    Declaration
    protected override void WireEvents()
    Overrides
    CommandBaseWindow.WireEvents()

    Events

    PropertyChanged

    Property changed handler listens to the changes made to the properties.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.Windows.Markup.IComponentConnector
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved