KetticPivotGrid Appearance Formatting in C#.NET
KetticPivotGrid control is capable of formatting cell appearance of KetticPivotGrid using C# code in .NET Windows applications. This feature allows the users to customize the strings of cell values as well as the appearance of the cells in KetticPivotGrid control for Windows Forms. This control is designed for the users to build similar functionality to the PivotTables in MS Excel. The KetticPivotGrid control provides support of full OLAP, Pivoting, tabular and compact layouts, filtering and sorting, grouping, and more functionality to manage large amounts of data and display the data to human for reading.
Customize Value Strings of Cells in KetticPivotGrid
KetticPivotGrid control for Windows Forms contains the properties, ErrorString and EmpltyValueString, for the designers to customize the strings that will be shown as an error happens in the calculation process to a cell value or no value is assigned to the cell. The C# code below demonstrates how to set the strings of cell value in KetticPivotGrid.
Formatting Cells Appearance of KetticPivotGrid in C#
KetticPivotGrid control provides a FormatCell event included in the PivotGridCellElement for the users to customize the appearance of KetticPivotGrid cells. The following is a C# code sample that shows how to formatting the color of cells of KetticPivotGrid.
| ![]() UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlPivotGrid - StructurePivotGrid - Property BuilderPivotGrid - Populating with DataDesign Time Data BindingUse DataSource PropertyLocal Source DataUse the AdoMDDataProviderUse XMLA Data ProviderPivotGrid - Layout SettingsPivotGrid - Format AppearancePivotGrid - Binding with ChartPivotGrid - FilteringReport FilterGroup FilterPivotGrid - SortingPivotGrid - Printing SupportPrinting styleCustomizationPivotGrid - DialogsCustomizationWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |