menu

WPF

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

    Show / Hide Table of Contents

    Class OlapGrid

    Represents the OlapGrid control.

    Inheritance
    System.Object
    OlapGrid
    Implements
    System.IDisposable
    Namespace: Syncfusion.Windows.Grid.Olap
    Assembly: Syncfusion.OlapGrid.WPF.dll
    Syntax
    [SkinType(SkinVisualStyle = Skin.Office2007Blue, Type = typeof(OlapGrid), XamlResource = "/Syncfusion.OlapGrid.WPF;component/Themes/Office2007BlueStyle.xaml")]
    [SkinType(SkinVisualStyle = Skin.Office2007Black, Type = typeof(OlapGrid), XamlResource = "/Syncfusion.OlapGrid.WPF;component/Themes/Office2007BlackStyle.xaml")]
    [SkinType(SkinVisualStyle = Skin.Office2007Silver, Type = typeof(OlapGrid), XamlResource = "/Syncfusion.OlapGrid.WPF;component/Themes/Office2007SilverStyle.xaml")]
    [SkinType(SkinVisualStyle = Skin.Office2010Black, Type = typeof(OlapGrid), XamlResource = "/Syncfusion.OlapGrid.WPF;component/Themes/Office2010BlackStyle.xaml")]
    [SkinType(SkinVisualStyle = Skin.Office2010Blue, Type = typeof(OlapGrid), XamlResource = "/Syncfusion.OlapGrid.WPF;component/Themes/Office2010BlueStyle.xaml")]
    [SkinType(SkinVisualStyle = Skin.Office2010Silver, Type = typeof(OlapGrid), XamlResource = "/Syncfusion.OlapGrid.WPF;component/Themes/Office2010SilverStyle.xaml")]
    [SkinType(SkinVisualStyle = Skin.Transparent, Type = typeof(OlapGrid), XamlResource = "/Syncfusion.OlapGrid.WPF;component/Themes/TransparentStyle.xaml")]
    [SkinType(SkinVisualStyle = Skin.Office2003, Type = typeof(OlapGrid), XamlResource = "/Syncfusion.OlapGrid.WPF;component/Themes/Office2003Style.xaml")]
    [SkinType(SkinVisualStyle = Skin.Blend, Type = typeof(OlapGrid), XamlResource = "/Syncfusion.OlapGrid.WPF;component/Themes/BlendStyle.xaml")]
    [SkinType(SkinVisualStyle = Skin.Default, Type = typeof(OlapGrid), XamlResource = "/Syncfusion.OlapGrid.WPF;component/Themes/Generic.xaml")]
    [SkinType(SkinVisualStyle = Skin.Metro, Type = typeof(OlapGrid), XamlResource = "/Syncfusion.OlapGrid.WPF;component/Themes/MetroStyle.xaml")]
    public class OlapGrid : Control, IDisposable

    Constructors

    OlapGrid()

    Initializes a new instance of the OlapGrid class.

    Declaration
    public OlapGrid()

    Fields

    AllowResizeColumnsProperty

    The allow resize columns property

    Declaration
    public static readonly DependencyProperty AllowResizeColumnsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    AllowResizeRowsProperty

    The allow resize rows property

    Declaration
    public static readonly DependencyProperty AllowResizeRowsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    AllowSelectionProperty

    The allow selection property

    Declaration
    public static readonly DependencyProperty AllowSelectionProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    CalculatedMembersProperty

    The calculated members property

    Declaration
    public static readonly DependencyProperty CalculatedMembersProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    CategoricalAxisProperty

    The categorical axis property

    Declaration
    public static readonly DependencyProperty CategoricalAxisProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ColumnHeaderStyleProperty

    The column header style property/

    Declaration
    public static readonly DependencyProperty ColumnHeaderStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    CommandParameterProperty

    Using a DependencyProperty as the backing store for CommandParameter. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty CommandParameterProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    CommandProperty

    Using a DependencyProperty as the backing store for Command. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty CommandProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    CommandTargetProperty

    Using a DependencyProperty as the backing store for CommandTarget. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty CommandTargetProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ConditionalFormatsProperty

    The conditional formats property

    Declaration
    public static readonly DependencyProperty ConditionalFormatsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    CurrentReportProperty

    Current Report Dependency Property

    Declaration
    public static readonly DependencyProperty CurrentReportProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    DesignerSettingsProperty

    The designer settings property

    Declaration
    public static readonly DependencyProperty DesignerSettingsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    EnableDrillThroughProperty

    The enable drill through property

    Declaration
    public static readonly DependencyProperty EnableDrillThroughProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ExpanderStyleProperty

    The expander style property

    Declaration
    public static readonly DependencyProperty ExpanderStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FreezeHeadersProperty

    The freeze headers property

    Declaration
    public static readonly DependencyProperty FreezeHeadersProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    GridLineStrokeProperty

    The grid line stroke property

    Declaration
    public static readonly DependencyProperty GridLineStrokeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    GridLineThicknessProperty

    The grid line thickness property

    Declaration
    public static readonly DependencyProperty GridLineThicknessProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    GridStyleInfoProperty

    GridStyleInfo Dependency Property

    Declaration
    public static readonly DependencyProperty GridStyleInfoProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    LayoutProperty

    The layout property

    Declaration
    public static readonly DependencyProperty LayoutProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    OlapDataManagerProperty

    The OLAP data manager property

    Declaration
    public static readonly DependencyProperty OlapDataManagerProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ResizeColumnsToFitProperty

    The resize columns to fit property

    Declaration
    public static readonly DependencyProperty ResizeColumnsToFitProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ResizeRowsToFitProperty

    The resize rows to fit property

    Declaration
    public static readonly DependencyProperty ResizeRowsToFitProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    RowHeaderStyleProperty

    The row header style property

    Declaration
    public static readonly DependencyProperty RowHeaderStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SelectedCellProperty

    Selected Cell Dependency Property

    Declaration
    public static readonly DependencyProperty SelectedCellProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SelectedItemsProperty

    The selected items property

    Declaration
    public static readonly DependencyProperty SelectedItemsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SeriesAxisProperty

    The series axis property

    Declaration
    public static readonly DependencyProperty SeriesAxisProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ShowConditionalFormatsProperty

    The show conditional formats property

    Declaration
    public static readonly DependencyProperty ShowConditionalFormatsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ShowGrandTotalsProperty

    Shows or hides the grand total values.

    Declaration
    public static readonly DependencyProperty ShowGrandTotalsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ShowHeaderCellsToolTipProperty

    The show header cells tool tip property

    Declaration
    public static readonly DependencyProperty ShowHeaderCellsToolTipProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ShowMemberPropertiesToolTipProperty

    The show member properties tool tip property

    Declaration
    public static readonly DependencyProperty ShowMemberPropertiesToolTipProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ShowSubTotalsProperty

    Shows or hides the subtotal values.

    Declaration
    public static readonly DependencyProperty ShowSubTotalsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ShowValueCellToolTipProperty

    The show value cell tool tip property

    Declaration
    public static readonly DependencyProperty ShowValueCellToolTipProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SlicerAxisProperty

    The slicer axis property

    Declaration
    public static readonly DependencyProperty SlicerAxisProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SubTotalHidingDimensionsProperty

    Shows or hides the subtotal values.

    Declaration
    public static readonly DependencyProperty SubTotalHidingDimensionsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SummaryColumnStyleProperty

    The summary column style property

    Declaration
    public static readonly DependencyProperty SummaryColumnStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SummaryRowStyleProperty

    The summary row style property

    Declaration
    public static readonly DependencyProperty SummaryRowStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ValueCellStyleProperty

    The value cell style property

    Declaration
    public static readonly DependencyProperty ValueCellStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ValueCellTextAlignmentProperty

    The value cell text alignment property

    Declaration
    public static readonly DependencyProperty ValueCellTextAlignmentProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    VisualStyleProperty

    Visual Style Dependency Property

    Declaration
    public static readonly DependencyProperty VisualStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    AllowResizeColumns

    Gets or sets a value indicating whether to [allow resize columns].

    Declaration
    public bool AllowResizeColumns { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [allow resize columns]; otherwise, false.

    AllowResizeRows

    Gets or sets a value indicating whether [allow resize rows].

    Declaration
    public bool AllowResizeRows { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [allow resize rows]; otherwise, false.

    AllowSelection

    Gets or sets a value indicating whether [allow selection].

    Declaration
    public bool AllowSelection { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [allow selection]; otherwise, false.

    CalculatedMembers

    Gets or sets the calculated members.

    Declaration
    public CalculatedMembers CalculatedMembers { get; set; }
    Property Value
    Type Description
    CalculatedMembers

    The calculated members.

    CategoricalAxis

    Gets or sets the categorical axis.

    Declaration
    public CategoricalAxis CategoricalAxis { get; set; }
    Property Value
    Type Description
    CategoricalAxis

    The categorical axis.

    ColumnHeaderStyle

    Gets or sets the column header style.

    Declaration
    public OlapGridCellStyle ColumnHeaderStyle { get; set; }
    Property Value
    Type Description
    OlapGridCellStyle

    The column header style.

    Command

    Gets or sets the command.

    Declaration
    public ICommand Command { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    The command.

    CommandParameter

    Gets or sets the command parameter.

    Declaration
    public object CommandParameter { get; set; }
    Property Value
    Type Description
    System.Object

    The command parameter.

    CommandTarget

    Gets or sets the command target.

    Declaration
    public IInputElement CommandTarget { get; set; }
    Property Value
    Type Description
    System.Windows.IInputElement

    The command target.

    ConditionalFormats

    Gets or sets the conditional formats to be applied for OlapGrid.

    Declaration
    public FreezableCollection<OlapGridDataConditionalFormat> ConditionalFormats { get; set; }
    Property Value
    Type Description
    System.Windows.FreezableCollection<OlapGridDataConditionalFormat>

    The conditional formats.

    CurrentCubeName

    Gets or sets the name of the current cube.

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

    The name of the current cube.

    CurrentReport

    Gets or Sets the CurrentReport for OlapDataManager

    Declaration
    public OlapReport CurrentReport { get; set; }
    Property Value
    Type
    OlapReport

    DesignerSettings

    Gets or sets the designer settings.

    Declaration
    [CLSCompliant(false)]
    public DesignerSettings DesignerSettings { get; set; }
    Property Value
    Type Description
    DesignerSettings

    The designer settings.

    EnableColumnHeaderContextMenu

    Gets or sets a value indicating whether to enable context menu for column header. NOTE: Applicable only for OLAP cube information.

    Declaration
    public bool EnableColumnHeaderContextMenu { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enable column header context menu]; otherwise, false.

    EnableDrillThrough

    Gets or sets the value to enable DrillThrough feature.

    Declaration
    public bool EnableDrillThrough { get; set; }
    Property Value
    Type
    System.Boolean

    EnableKPITrendColor

    Gets or sets a value indicating whether to display colored KPI trend icons in grid.

    Declaration
    public bool EnableKPITrendColor { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enable colored KPI trend]; otherwise, false.

    EnableRowHeaderContextMenu

    Gets or sets a value indicating whether to enable context menu for row header. NOTE: Applicable only for OLAP cube information.

    Declaration
    public bool EnableRowHeaderContextMenu { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enable row header context menu]; otherwise, false.

    ExpanderStyle

    Gets or sets the Expander Style.

    Declaration
    public Style ExpanderStyle { get; set; }
    Property Value
    Type Description
    System.Windows.Style

    The expander style.

    FreezeHeaders

    Gets or sets a value indicating whether [freeze headers].

    Declaration
    public bool FreezeHeaders { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [freeze headers]; otherwise, false.

    GridArea

    Gets or sets the grid area.

    Declaration
    public UIElement GridArea { get; set; }
    Property Value
    Type Description
    System.Windows.UIElement

    The grid area.

    GridLineStroke

    Gets or sets the GridLineStroke.

    Declaration
    public Brush GridLineStroke { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The GridLineStroke.

    GridLineThickness

    Gets or sets the border thickness of a control.

    Declaration
    public double GridLineThickness { get; set; }
    Property Value
    Type
    System.Double

    GridSettings

    Gets or sets the grid settings.

    Declaration
    public GridAppearanceSettings GridSettings { get; set; }
    Property Value
    Type Description
    GridAppearanceSettings

    The grid settings.

    GridStyleInfo

    Gets or sets the grid style info.

    Declaration
    public ExportingGridStyleInfo GridStyleInfo { get; set; }
    Property Value
    Type Description
    ExportingGridStyleInfo

    The grid style info.

    IsAutoExecuteEnabled

    Gets or sets whether the elements will automatically execute the query.

    Declaration
    public bool IsAutoExecuteEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Returns true if [IsAutoExecuteEnabled]; otherwise, false.

    Layout

    Gets or sets the layout.

    Declaration
    public GridLayout Layout { get; set; }
    Property Value
    Type Description
    GridLayout

    The layout.

    OlapDataManager

    Gets or sets the cube model.

    Declaration
    public IOlapDataManager OlapDataManager { get; set; }
    Property Value
    Type Description
    IOlapDataManager

    The cube model.

    ReportName

    Gets or sets the name of the report.

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

    The name of the report.

    ResizeColumnsToFit

    Gets or sets a value indicating whether to resize columns to fit.

    Declaration
    public bool ResizeColumnsToFit { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [resize columns to fit]; otherwise, false.

    ResizeRowsToFit

    Gets or sets a value indicating whether to resize rows to fit.

    Declaration
    public bool ResizeRowsToFit { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [resize rows to fit]; otherwise, false.

    RowHeaderStyle

    Gets or sets the row header style.

    Declaration
    public OlapGridCellStyle RowHeaderStyle { get; set; }
    Property Value
    Type Description
    OlapGridCellStyle

    The row header style.

    SelectedCell

    Gets or Sets the SelecedCell of OlapGrid

    Declaration
    public PivotCellDescriptor SelectedCell { get; set; }
    Property Value
    Type Description
    PivotCellDescriptor

    Selected Cell

    SelectedItems

    Gets or sets the Selected items which is an IEnumerable collection of Columns, Rows and Value.

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

    The selected items.

    SeriesAxis

    Gets or sets the series axis.

    Declaration
    public SeriesAxis SeriesAxis { get; set; }
    Property Value
    Type Description
    SeriesAxis

    The series axis.

    SharedDataManagerName

    Gets or sets the name of the shared data manager.

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

    The name of the shared data manager.

    ShowConditionalFormats

    Gets or sets a value indicating whether [show conditional formats].

    Declaration
    public bool ShowConditionalFormats { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show conditional formats]; otherwise, false.

    ShowGrandTotals

    Gets or sets a value indicating whether to show or hide Grand total values.

    Declaration
    public bool ShowGrandTotals { get; set; }
    Property Value
    Type
    System.Boolean

    ShowHeaderCellsToolTip

    Gets or sets a value indicating whether [show header cells tool tip].

    Declaration
    public bool ShowHeaderCellsToolTip { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show header cells tool tip]; otherwise, false.

    ShowMemberPropertiesToolTip

    Gets or sets a value indicating whether [show member properties tool tip].

    Declaration
    public bool ShowMemberPropertiesToolTip { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show member properties tool tip]; otherwise, false.

    ShowSubTotals

    Gets or sets a value indicating whether to show or hide the sub-total values.

    Declaration
    public bool ShowSubTotals { get; set; }
    Property Value
    Type
    System.Boolean

    ShowValueCellToolTip

    Gets or sets a value indicating whether [show value cells tool tip].

    Declaration
    public bool ShowValueCellToolTip { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show value cells tool tip]; otherwise, false.

    SlicerAxis

    Gets or sets the slicer axis.

    Declaration
    public SlicerAxis SlicerAxis { get; set; }
    Property Value
    Type Description
    SlicerAxis

    The slicer axis.

    SubTotalHidingDimensions

    Gets or sets the collection of Dimension names to Hide the respective SubTotal values.

    Declaration
    public string[] SubTotalHidingDimensions { get; set; }
    Property Value
    Type
    System.String[]

    SummaryColumnStyle

    Gets or sets the summary column style.

    Declaration
    public OlapGridCellStyle SummaryColumnStyle { get; set; }
    Property Value
    Type Description
    OlapGridCellStyle

    The summary column style.

    SummaryRowStyle

    Gets or sets the summary row style.

    Declaration
    public OlapGridCellStyle SummaryRowStyle { get; set; }
    Property Value
    Type Description
    OlapGridCellStyle

    The summary row style.

    ValueCellStyle

    Gets or sets the value cells style.

    Declaration
    public OlapGridCellStyle ValueCellStyle { get; set; }
    Property Value
    Type Description
    OlapGridCellStyle

    The value cells style.

    ValueCellTextAlignment

    Gets or sets the value cell text alignment.

    Declaration
    public HorizontalAlignment ValueCellTextAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.HorizontalAlignment

    The value cell text alignment.

    VisualStyle

    Gets or sets the visual style property of OlapGrid control.

    Declaration
    public OlapGridVisualStyle VisualStyle { get; set; }
    Property Value
    Type
    OlapGridVisualStyle

    Methods

    DataBind()

    Binds a data source to the invoked control and all its child controls.

    Declaration
    public void DataBind()

    Dispose()

    This method is used to clear all the instances.

    Declaration
    public void Dispose()

    OnAllowSelectionChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [allow selection changed].

    Declaration
    public static void OnAllowSelectionChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnApplyTemplate()

    When overridden in a derived class, it is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()

    OnColumnHeaderStyleChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [column header style changed].

    Declaration
    public static void OnColumnHeaderStyleChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnConditionalFormatsChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when the ConditionalFormats collection gets changed.

    Declaration
    public static void OnConditionalFormatsChanged(DependencyObject depecdencyObject, DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    System.Windows.DependencyObject depecdencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs args

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnEnableDrillThroughPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [enable drill-through property changed].

    Declaration
    public static void OnEnableDrillThroughPropertyChanged(DependencyObject dependencyobject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyobject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnFreezeHeadersChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [freeze headers changed].

    Declaration
    public static void OnFreezeHeadersChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnGridLayoutChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [grid layout changed].

    Declaration
    public static void OnGridLayoutChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnGridLineStrokeChange(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [grid line stroke change].

    Declaration
    public static void OnGridLineStrokeChange(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnGridLineThicknessChange(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [grid line thickness change].

    Declaration
    public static void OnGridLineThicknessChange(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnOlapDataManagerChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [cube model changed].

    Declaration
    public static void OnOlapDataManagerChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnResizeColumnsToFitChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [resize columns to fit changed].

    Declaration
    public static void OnResizeColumnsToFitChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnResizeRowsToFitChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [resize rows to fit changed].

    Declaration
    public static void OnResizeRowsToFitChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnRowHeaderStyleChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [row header style changed].

    Declaration
    public static void OnRowHeaderStyleChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnSelectedItemsChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [selected items changed].

    Declaration
    public static void OnSelectedItemsChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs args

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnShowHeaderCellsTooltipChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [show header cells tooltip changed].

    Declaration
    public static void OnShowHeaderCellsTooltipChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnShowMemberPropertiesToolTipChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [show member properties tool tip changed].

    Declaration
    public static void OnShowMemberPropertiesToolTipChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnShowValueCellTooltipChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [show value cell tooltip changed].

    Declaration
    public static void OnShowValueCellTooltipChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnStyleChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [style changed].

    Declaration
    public static void OnStyleChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs args

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnSummaryColumnStyleChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [summary column style changed].

    Declaration
    public static void OnSummaryColumnStyleChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnSummaryRowStyleChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [summary row style changed].

    Declaration
    public static void OnSummaryRowStyleChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnValueCellStyleChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [value cell style changed].

    Declaration
    public static void OnValueCellStyleChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnValueCellTextAlignmentChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [value cell text alignment changed].

    Declaration
    public static void OnValueCellTextAlignmentChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnVisualStyleChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [Visual Style Changed]

    Declaration
    public static void OnVisualStyleChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    Refresh()

    Refreshes the OlapGrid control with latest cell set and invalidates the grid.

    Declaration
    public void Refresh()

    ShowStyleDialog()

    Displays a dialog which provides option to change the appearance of Grid

    Declaration
    public void ShowStyleDialog()

    ShowStyleDialog(Object)

    Displays a dialog which provides option to change the appearance of Grid

    Declaration
    [Obsolete("Use ShowStyleDialog() method.")]
    public void ShowStyleDialog(object skin)
    Parameters
    Type Name Description
    System.Object skin

    Skin for style dialog

    Events

    AfterRefresh

    Occurs when [after refresh].

    Declaration
    public event OlapGridDrillDownEventHander AfterRefresh
    Event Type
    Type
    OlapGridDrillDownEventHander

    BeforeRefresh

    Occurs when [before refresh].

    Declaration
    public event OlapGridDrillDownEventHander BeforeRefresh
    Event Type
    Type
    OlapGridDrillDownEventHander

    ConditionalFormatApplied

    Occurs when the conditional format gets applied via the ConditionalFormatEditor window.

    Declaration
    public event ConditionalFormatsAppliedEventHandler ConditionalFormatApplied
    Event Type
    Type
    ConditionalFormatsAppliedEventHandler

    LinkClick

    Occurs when [link click].

    Declaration
    public event LinkLabelClickEventHander LinkClick
    Event Type
    Type
    LinkLabelClickEventHander

    RefreshCompleted

    Occurs when [refresh completed].

    Declaration
    public event RefreshCompletedEventHandler RefreshCompleted
    Event Type
    Type
    RefreshCompletedEventHandler

    SelectionChanged

    Occurs when [selection changed].

    Declaration
    public virtual event SelectionChanged SelectionChanged
    Event Type
    Type
    SelectionChanged

    Implements

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