Class FormattingWindow
Formatting window is used to change the appearance of OLAP grid control.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class FormattingWindow : ChromelessWindow, IComponentConnectorConstructors
FormattingWindow(OlapGrid)
Constructor to initialize the window
Declaration
public FormattingWindow(OlapGrid olapGrid)Parameters
| Type | Name | Description | 
|---|---|---|
| OlapGrid | olapGrid | 
Fields
GridStyleInfo
Create instance for ExportingGridStyleInfo
Declaration
public ExportingGridStyleInfo GridStyleInfoField Value
| Type | 
|---|
| ExportingGridStyleInfo | 
Methods
ApplyStylesToGrid(OlapGrid)
Apply style to OlapGrid.
Declaration
public void ApplyStylesToGrid(OlapGrid olapGrid)Parameters
| Type | Name | Description | 
|---|---|---|
| OlapGrid | olapGrid | OlapGrid control. | 
CancelButton_Click(Object, RoutedEventArgs)
Handles the Click event of the CancelButton control.
Declaration
public void CancelButton_Click(object sender, RoutedEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | sender | The source of the event. | 
| System.Windows.RoutedEventArgs | e | The System.Windows.RoutedEventArgs instance containing the event data. | 
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()InitializeStyles()
Initializes the styles.
Declaration
public void InitializeStyles()LoadDefaultStyles()
Loads the default styles.
Declaration
public void LoadDefaultStyles()OKButton_Click(Object, RoutedEventArgs)
Handles the Click event of the OK Button control.
Declaration
public void OKButton_Click(object sender, RoutedEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | sender | The source of the event. | 
| System.Windows.RoutedEventArgs | e | The System.Windows.RoutedEventArgs instance containing the event data. | 
OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this object has been updated.
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | e | The event data that contains the dependency property identifier of interest, the property meta data for the type, and old and new values. |