menu

WPF

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

    Show / Hide Table of Contents

    Class OlapGridCommands

    OlapGrid Commands class

    Inheritance
    System.Object
    OlapGridCommands
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Grid.Olap
    Assembly: Syncfusion.OlapGrid.WPF.dll
    Syntax
    public static class OlapGridCommands

    Fields

    ContextMenu

    Routed command for context menu.

    Declaration
    public static RoutedUICommand ContextMenu
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Properties

    DataBind

    Calls the DataBind method of OlapGrid

    Declaration
    public static RoutedUICommand DataBind { get; }
    Property Value
    Type
    System.Windows.Input.RoutedUICommand

    Refresh

    Calls the Refresh method of OlapGrid

    Declaration
    public static RoutedUICommand Refresh { get; }
    Property Value
    Type
    System.Windows.Input.RoutedUICommand

    ShowStyleDialog

    Opens the ShowStyleDialog window

    Declaration
    public static RoutedUICommand ShowStyleDialog { get; }
    Property Value
    Type
    System.Windows.Input.RoutedUICommand
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved