Telerik.Windows.Controls.Pivot A base class for cell s. Overrides the Owner property. Gets the IsEditable property of the PivotGroupHeader indicating whether the value of a control is read-only. !IsEditable property of the PivotGroupHeader. Overrides the Owner property. Gets the text of the PivotGroupHeaderAutomationPeer. The text of the PivotGroupHeader. Public property for the text of the PivotGroupHeaderAutomationPeer. Property used to store the IsEditable property of the PivotGroupHeader. Sets the Header text of the RadTreeViewItemAutomationPeer. Header text for the RadTreeViewItem. Sets the header's text. Gets the text of the PivotHeaderAutomationPeer. The text of the PivotHeader. Public property for the text of the PivotHeaderAutomationPeer. Overrides the Owner property. Sets the text of the PivotGroupHeaderAutomationPeer. Text for the PivotGroupHeader. Sets the header's text. Gets the IsEditable property of the PivotHeader indicating whether the value of a control is read-only. !IsEditable property of the PivotHeader. Property used to store the IsEditable property of the PivotHeader. Gets a value that indicates whether the control can scroll horizontally. true if the control can scroll horizontally; otherwise false. Gets a value that indicates whether the control can scroll vertically. true if the control can scroll vertically; otherwise false. Gets the IsEditable property of the TreeGridRowGroupHeader indicating whether the value of a control is read-only. !IsEditable property of the TreeGridRowGroupHeader. Property used to store the IsEditable property of the TreeGridRowGroupHeader. Overrides the Owner property. Public property for the text of the PivotGroupHeaderAutomationPeer. Sets the header's text. Public property for the text of the TreeGridRowHeaderAutomationPeer. Overrides the Owner property. Sets the text of the PivotGroupHeaderAutomationPeer. Text for the PivotGroupHeader. Sets the header's text. Gets the IsEditable property of the TreeGridRowHeader indicating whether the value of a control is read-only. !IsEditable property of the TreeGridRowHeader. Property used to store the IsEditable property of the TreeGridRowHeader. A converter that uses a localized version of the provided parameter to format the binding value into string. Uses . Converts a localized version of the using the to format the into string. Uses . The value to convert. This parameter is not used. A key used to find localized string format. This parameter is not used. The localized string. Not implemented. Default CellTemplateSelector for . Gets or sets the template that is used for negative KPI values (smaller than zero). The template. Gets or sets the template that is used for neutral KPI values (equal to zero). The neutral. Gets or sets the template that is used for positive KPI values (larger than zero). The positive. Holds commands that can be used by a . Gets the ClearSelection command. Gets the CopySelection command. Initializes a new instance of the class. Initializes a new instance of the class. Initializes a new instance of the class. Event arguments that indicate a change in an edited CellAggregateValue. Gets the edited CellAggregateValue. Gets the edited value. A customizable provider that configures edit operations in . Gets a value that indicates whether validation will be executed. Gets the CellAggregateValue that is currently edited. Gets or sets the bound edit value. Gets the editor control instance that will be used for editing. Prepares the given editor instance for usage. Sets data binding and configuration properties. Provides the data binding property of the given editor. Validates the current edit value, generating an error message if it is needed. Raises the PropertyChanged event. An that handles the rendering of editors. Class describing cells in used in export. Gets the cell indentation. Gets the row span for this cell. Gets the column span for this cell. Gets the row for this cell. Gets the row for this cell. Gets the value for this cell. Gets the to apply to the text contents. Gets the that fills the area between the bounds of a border area. Gets the that draws the outer border color. Gets the relative of a border area if it was applied. Gets the of the specified font if it was applied. Gets the cell content . Gets the cell content . Gets if this cell properties spans through cells. Represents an export model of the . Gets the row count of the export model. Gets the column count of the export model. Gets the cell information of the export model. An interface that encapsulates data about the current layout. Gets the rectangle that contains the visible cells. Gets the rectangle that contains the visible row headers. Gets the rectangle that contains the visible column headers. Gets an enumeration with the currently visible rows. Gets and enumeration with the currently visible columns. Gets a column from physical point. The x coordinate. The column id. Gets a row from physical point. The y coordinate. The row id. Gets a headers column from physical point. The x coordinate. The column id. Gets a headers row from physical point. The y coordinate. The row id. Gets the bounds of a cell identified by row and column ids. The row id. The column id. The rectangle that contains the cell. Gets the data object displayed in a single cell. The cell's row id. The cell's column id. The data. Gets the bounds of a header identified by row and header column ids. The row id. The header column id. The rectangle that contains the header. Gets the bounds of a header identified by header row and column ids. The header row id. The column id. The rectangle that contains the header. Identifies whether the given row index is in the current metrics bounds. Identifies whether the given column index is in the current metrics bounds. A panel that handles rendering of decorations in . Gets a instance with data about the table layout. Gets a instance which is the root of the overlay table. Handles changes to the . Handles changes to the . An that handles the drawing of selection. Identifies the SelectionFill dependency property. Identifies the SelectionStroke dependency property. Identifies the SelectionStrokeThickness dependency property. Identifies the SelectionPadding dependency property. Identifies the SelectionCellFill dependency property. Identifies the SelectionCellStroke dependency property. Identifies the SelectionCellPadding dependency property. Identifies the SelectionCellStrokeThickness dependency property. Identifies the DrawSelectionCell dependency property. Initializes a new instance of the class. Gets or sets value indicating whether to draw the selected cell. Gets or sets the Fill of the whole selection. Gets or sets the Stroke of the whole selection. Gets or sets the StrokeThickness of the whole selection. Gets or sets the Padding of each rectangle from the whole selection. Gets or sets the Fill of the selected cell. Gets or sets the Stroke of the selected cell. Gets or sets the Padding of the selected cell. Gets or sets the StrokeThickness of the selected cell. Dependency object used as data context for cells. Identifies the AggregateDescription read-only dependency property. Identifies the read-only dependency property. Identifies the read-only dependency property. Gets the ColumnGroup. Gets the RowGroup. Gets the . Dependency object used as data context proxy object. Identifies the Value read-only dependency property. Gets the Data. Provides data for the event. Gets the state of the . Dependency object used as data context to and . Identifies the GroupDescription read-only dependency property. Gets the . AreClose - Returns whether or not two doubles are "close". That is, whether or not they are within epsilon of each other. Note that this epsilon is proportional to the numbers themselves to that AreClose survives scalar multiplication. There are plenty of ways for this to return false even for numbers which are theoretically identical, so no code calling this should fail to work if this returns false. This is important enough to repeat: NB: NO CODE CALLING THIS FUNCTION SHOULD DEPEND ON ACCURATE RESULTS - this should be used for optimizations *only*. Boolean - the result of the AreClose comparison. The first double to compare. The second double to compare. GreaterThan - Returns whether or not the first double is greater than the second double. That is, whether or not the first is strictly greater than *and* not within epsilon of the other number. Note that this epsilon is proportional to the numbers themselves to that AreClose survives scalar multiplication. Note, There are plenty of ways for this to return false even for numbers which are theoretically identical, so no code calling this should fail to work if this returns false. This is important enough to repeat: NB: NO CODE CALLING THIS FUNCTION SHOULD DEPEND ON ACCURATE RESULTS - this should be used for optimizations *only*. Boolean - the result of the GreaterThan comparison. The first double to compare. The second double to compare. GreaterThanOrClose - Returns whether or not the first double is greater than or close to the second double. That is, whether or not the first is strictly greater than or within epsilon of the other number. Note that this epsilon is proportional to the numbers themselves to that AreClose survives scalar multiplication. Note, There are plenty of ways for this to return false even for numbers which are theoretically identical, so no code calling this should fail to work if this returns false. This is important enough to repeat: NB: NO CODE CALLING THIS FUNCTION SHOULD DEPEND ON ACCURATE RESULTS - this should be used for optimizations *only*. Boolean - the result of the GreaterThanOrClose comparison. The first double to compare. The second double to compare. IsZero - Returns whether or not the double is "close" to 0. Same as AreClose(double, 0), but this is faster. Boolean - the result of the IsZero comparison. The double to compare to 0. LessThan - Returns whether or not the first double is less than the second double. That is, whether or not the first is strictly less than *and* not within epsilon of the other number. Note that this epsilon is proportional to the numbers themselves to that AreClose survives scalar multiplication. Note, There are plenty of ways for this to return false even for numbers which are theoretically identical, so no code calling this should fail to work if this returns false. This is important enough to repeat: NB: NO CODE CALLING THIS FUNCTION SHOULD DEPEND ON ACCURATE RESULTS - this should be used for optimizations *only*. Boolean - the result of the LessThan comparison. The first double to compare. The second double to compare. LessThanOrClose - Returns whether or not the first double is less than or close to the second double. That is, whether or not the first is strictly less than or within epsilon of the other number. Note that this epsilon is proportional to the numbers themselves to that AreClose survives scalar multiplication. Note, There are plenty of ways for this to return false even for numbers which are theoretically identical, so no code calling this should fail to work if this returns false. This is important enough to repeat: NB: NO CODE CALLING THIS FUNCTION SHOULD DEPEND ON ACCURATE RESULTS - this should be used for optimizations *only*. Boolean - the result of the LessThanOrClose comparison. The first double to compare. The second double to compare. Represents a panel that lays out cells in a . Initializes a new instance of the class. Represents a panel that lays out decorations in a pivot grid. Initializes a new instance of the PivotDecoratorPanel class. Represents a panel that lays out rows or columns in a . Initializes a new instance of the PivotGridPanel class. Represents a control that displays data in a tree based grid. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Gets or sets a collection used to generate the content of the . Gets or sets an used to describe the data hierarchy. Gets a value that indicates if an item in the row area is collapsed. The item. true if the item is collapsed; otherwise, false. Gets a value that indicates if an item in the column area is collapsed. The item. true if the item is collapsed; otherwise, false. Collapse an item in the row area. The item that will be collapsed. Expand an item in the row area. The item that will be expanded. Collapse an item in the column area. The item that will be collapsed. Expand an item in the column area. The item that will be expanded. Panel that wraps ScrollBar. This panel is used to workaround bug in Silverlight. It must have only one child that should be ScrollBar. Gets or sets a value that indicates the dimension by which child element is stacked. Class describing cells in used for selection. Gets the row for this cell. Gets the row for this cell. Gets the value for this cell. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Gets or sets a collection used to generate the columns of the . Gets or sets an used to describe the columns hierarchy. Represents a control that displays data in a customizable pivot. Identifies the RowGroupsExpandBehavior dependency property. Identifies the ColumnGroupsExpandBehavior dependency property. The DependencyProperty that represents the CanUserResizeColumns property. The DependencyProperty that represents the MinimumResizeWidth property. The DependencyProperty that represents the MaximumResizeWidth property. The DependencyProperty that represents the IsTemplateApplied property. Initializes a new instance of the class. Gets or sets the behavior that will set the expand or collapse state for row s. Gets or sets the behavior that will set the expand or collapse state for column s. Gets or sets a value that indicates whether the user can adjust column widths using the mouse. Gets or sets the minimum resize width of columns in the control. The default is 20. Gets or sets the maximum resize width of columns in the control. The default is . Gets or sets a boolean value indicating whether the template has been applied. Generate export model that describe each cell in . The export model that describe each cell in . Generate export model that describe each cell in . Indicates whether to ignore collapsed groups when generating the export. The export model that describe each cell in . Raises the event. This method is invoked whenever is set to true internally. The that contains the event data. Identifies the EmptyValueText dependency property. Identifies the ErrorValueText dependency property. Identifies the DataProvider dependency property. Identifies the ShowAggregateValuesInline dependency property. Identifies the IsBusy read-only dependency property. Gets a read-only list of the root row s. Gets a read-only list of the root column s. Gets the depth of the rows. Gets the depth of the columns. Gets or sets the data provider. Gets or sets the string to be displayed in cells with no value. Gets a value indicating whether this instance is processing or loading data. Gets or sets the string ro be displayed in cells with an error. Gets or sets value indicating if subtotals should be inlined for aggregate groups. This affects groups at the same axis as the with level greater than or equal and .Count is greater than one and axis Layout is not . Gets a value that indicates if an in the row area is collapsed. The . true if the is collapsed; otherwise, false. Gets a value that indicates if an in the column area is collapsed. The . true if the is collapsed; otherwise, false. Collapse an in the row area. The group that will be collapsed. Expand an in the row area. The group that will be expanded. Collapse an in the column area. The group that will be collapsed. Expand an in the column area. The group that will be expanded. Represents a panel that supports the layout of Table components. Defines alternation properties for decorating area. Identifies the dependency property. Gets or sets the number of alternating item containers in the , which enables alternating containers to have a unique appearance. Creates new instance of . New instance of . Updates the Height for given Slot. The slot which Height will be updated. The new Height. Returns true only if Slot Height was Updated (e.g. Smaller then the new Height). Represents a base class for rendering tabular data. Identifies the AllowSelection dependency property. Identifies the EditProvider dependency property. Identifies the ColumnWidth dependency property. Identifies the RowHeight dependency property. Identifies the CellTooltipStyle dependency property. Identifies the RowGroupTooltipStyle dependency property. Identifies the ColumnGroupTooltipStyle dependency property. Identifies the ColumnSubTotalsPosition dependency property. Identifies the ColumnGrandTotalsPosition dependency property. Identifies the RowSubTotalsPosition dependency property. Identifies the RowGrandTotalsPosition dependency property. Identifies the HorizontalLayout dependency property. Identifies the VerticalLayout dependency property. Identifies the QuickStyle dependency property. Identifies the CellTextVerticalAlignment dependency property. Identifies the CellTextAlignment dependency property. Identifies the CellTextPadding dependency property. Identifies the RowHeaderStyle dependency property. Identifies the RowHeaderStyleSelector dependency property. Identifies the RowHeaderTemplate dependency property. Identifies the ItemTemplateSelector dependency property. Identifies the ColumnHeaderStyle dependency property. Identifies the ColumnHeaderStyleSelector dependency property. Identifies the ColumnHeaderTemplate dependency property. Identifies the ItemTemplateSelector dependency property. Identifies the CellTemplate dependency property. Identifies the ItemTemplateSelector dependency property. Identifies the RowTooltipIsEnabled dependency property. Identifies the ColumnTooltipIsEnabled dependency property. Identifies the CellTooltipIsEnabled dependency property. Initializes a new instance of the class. Fires when the selection of the control has changed. Fires when edit operation in the control has finished successfully. Gets or sets whether selection is enabled for the control. The default value is false. Gets or sets an editor provider that enables edit operations. Gets or sets the standard width of columns in the control. The default is (auto). Gets or sets the standard height of rows in the control. The default is (auto). Gets or sets the style of the Tooltip used for the s in the row area. Gets or sets the style of the Tooltip used for the s in the column area. Gets or sets the style of the Tooltip used for the cells. Gets or sets the column subtotals position. Gets or sets the column grand totals position. Gets or sets the row subtotals position. Gets or sets the row grand totals position. Gets or sets the rows layout. Gets or sets the columns layout. Gets or sets the . Gets or sets the default text cell . Gets or sets the default text cell . Gets or sets the default cell . Gets or sets a Style that will be applied to RowHeader controls. Gets or sets a StyleSelector that will be applied to RowHeader controls. Gets or sets a DataTemplate that will be applied to RowHeader controls. Gets or sets a DataTemplateSelector that will be applied to RowHeader controls. Gets or sets a Style that will be applied to ColumnHeader controls. Gets or sets a StyleSelector that will be applied to ColumnHeader controls. Gets or sets a DataTemplate that will be applied to ColumnHeader controls. Gets or sets a DataTemplateSelector that will be applied to ColumnHeader controls. Gets or sets a DataTemplate that will be applied to Cell controls. Gets or sets a DataTemplateSelector that will be applied to Cell controls. Gets or sets whether Tooltip is enabled for RowHeaders. Gets or sets whether Tooltip is enabled for ColumnHeaders. Gets or sets whether Tooltip is enabled for cell elements. Rebuild the UI. Called when the of the control has changed. The new value. The old value. Raises the EditEnded event. Called when the selection of the control has changed. Allows a user to view a header and expand that header to see further details, or to collapse a section up to a header. Identifies the IsExpanded dependency property. Initializes a new instance of the class. Occurs when the value of the IsExpanded property on this element changes. Gets or sets whether the details are expanded or collapsed. Updates the visual state of the control. True to use a VisualTransition to transition between states; otherwise, false. Converter that creates a string of all parent names. Converts all parent groups names to a string. The . The type of the binding target property. The converter parameter to use. The culture to use in the converter. A string containing all parent group names. Not implemented. The . The type of the binding target property. The converter parameter to use. The culture to use in the converter. The same value. Allows a user to view a header for some details. Identifies the DataTemplate dependency property. Initializes a new instance of the class. Gets or sets the used to display each item. The template that specifies the visualization of the data object. The default is null. Defines the placement of column totals. Totals are placed on the right. Totals are placed on the right. Totals are not displayed. Enumerates the available layouts in . Specify Compact layout. Specify Tabular layout. Specify Outline layout. Defines properties for decorating area. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Gets or sets the to apply to the text contents. This is a dependency property. Gets or sets the that fills the area between the bounds of a border area. This is a dependency property. Gets or sets the that draws the outer border color. Gets or sets the relative of a border area. Gets or sets the thickness of the specified font. Creates new instance of . New instance of . A Collection of . Creates new instance of . New instance of . Describes the visual appearance of elements in . Identifies the HeaderRow dependency property. Identifies the HeaderColumn dependency property. Identifies the HeaderCell dependency property. Identifies the RowFirstAlternationPattern dependency property. Identifies the RowSecondAlternationPattern dependency property. Identifies the ColumnFirstAlternationPattern dependency property. Identifies the ColumnSecondAlternationPattern dependency property. Identifies the GrandTotalRow dependency property. Identifies the GrandTotalColumn dependency property. Identifies the SubtotalRows dependency property. Identifies the SubtotalColumns dependency property. Identifies the RowSubgroups dependency property. Identifies the ColumnSubgroups dependency property. Initializes a new instance of the class. Gets a collection of objects that define the appearance of each level of subtotal rows. Gets a collection of objects that define the appearance of each level of subtotal columns. Gets a collection of objects that define the appearance of each level of row subgroups. Gets a collection of objects that define the appearance of each level of column subgroups. Gets or sets the that define the appearance of the HeaderRow. Gets or sets the that define the appearance of the HeaderColumn. Gets or sets the that define the appearance of the HeaderCell. Gets or sets the that define the appearance of rows in the first alternation pattern. Gets or sets the that define the appearance of rows in the second alternation pattern. Gets or sets the that define the appearance of columns in the first alternation pattern. Gets or sets the that define the appearance of columns in the second alternation pattern. Gets or sets the that define the appearance of the GrandTotal row. Gets or sets the that define the appearance of the GrandTotal column. Creates new instance of . New instance of . Gets or sets the preferred top-level font family for the System.Windows.Controls.TextBlock. A System.Windows.Media.FontFamily object specifying the preferred font family, or a primary preferred font family with one or more fallback font families. The default is the font determined by the System.Windows.SystemFonts.MessageFontFamily value. Gets or sets the top-level font size for the System.Windows.Controls.TextBlock. The desired font size to use in device independent pixels). The default is determined by the System.Windows.SystemFonts.MessageFontSize value. Gets or sets the top-level font-stretching characteristics for the System.Windows.Controls.TextBlock. A member of the System.Windows.FontStretch class specifying the desired font-stretching characteristics to use. The default is System.Windows.FontStretches.Normal. Gets or sets the top-level font style for the System.Windows.Controls.TextBlock. A member of the System.Windows.FontStyles class specifying the desired font style. The default is determined by the System.Windows.SystemFonts.MessageFontStyle value. Gets or sets the top-level font weight. A member of class specifying the desired font weight. The default is determined by the System.Windows.SystemFonts.MessageFontWeight value. Gets or sets the to apply to the text contents. The brush used to apply to the text contents. The default is System.Windows.Media.Brushes.Black. Gets or sets a value that indicates the thickness of padding space between the boundaries of the content area, and the content displayed by a System.Windows.Controls.TextBlock. A System.Windows.Thickness structure specifying the amount of padding to apply, in device independent pixels. The default is System.Double.NaN. Gets or sets the text contents of a System.Windows.Controls.TextBlock. The text contents of this System.Windows.Controls.TextBlock. Note that all non-text content is stripped out, resulting in a plain text representation of the System.Windows.Controls.TextBlock contents. The default is System.String.Empty. Gets or sets a value that indicates the horizontal alignment of text content. One of the System.Windows.TextAlignment values that specifies the desired alignment. The default is System.Windows.TextAlignment.Left. Defines the placement of row totals. Totals are placed to the bottom. Totals are placed to the top. Totals are not displayed.