WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NavigationView.Command

    Show / Hide Table of Contents

    Class NavigationView.Command

    Inheritance
    System.Object
    NavigationView.Command
    Implements
    ICommand
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class Command : ICommand, IDisposable

    Constructors

    Command(NavigationView, Bar, Bar)

    Declaration
    public Command(NavigationView nv, Bar bar, Bar prevBar)
    Parameters
    Type Name Description
    NavigationView nv
    Bar bar
    Bar prevBar

    Properties

    Bar

    Declaration
    public Bar Bar { get; }
    Property Value
    Type Description
    Bar

    PrevBar

    Declaration
    public Bar PrevBar { get; }
    Property Value
    Type Description
    Bar

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Execute()

    Executes action.

    Declaration
    public void Execute()

    Reverse()

    Reverses command.

    Declaration
    public void Reverse()

    Implements

    ICommand
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved