Class OlapGridTemplateCell
Derived class that aggregates the functionality of "OlapGridTemplateCell" object into a ContentControl.
Inheritance
System.Object
OlapGridTemplateCell
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class OlapGridTemplateCell : ContentControl
Constructors
OlapGridTemplateCell()
Declaration
public OlapGridTemplateCell()
Fields
CellDescriptorProperty
Using a DependencyProperty as the backing store for CellDescriptor. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CellDescriptorProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
CellDescriptor
Gets or sets the cell descriptor.
Declaration
public PivotCellDescriptor CellDescriptor { get; set; }
Property Value
Type | Description |
---|---|
PivotCellDescriptor | The cell descriptor. |
CustomExpander
Gets or sets the custom expander.
Declaration
public UIElement CustomExpander { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.UIElement | The custom expander. |
GridControlBase
Gets or sets the grid control base.
Declaration
public OlapGridBase GridControlBase { get; set; }
Property Value
Type | Description |
---|---|
OlapGridBase | The grid control base. |
IsExpanded
Gets or sets a value indicating whether the Current Cell is expanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Events
ExpanderClicked
Occurs when the header cell expander clicked.
Declaration
public event OlapGridDrillDownEventHander ExpanderClicked
Event Type
Type |
---|
OlapGridDrillDownEventHander |