C1.Silverlight.Olap.5 Assembly > C1.Silverlight.Olap Namespace : C1OlapGrid Class |
The following tables list the members exposed by C1OlapGrid.
Name | Description | |
---|---|---|
C1OlapGrid Constructor | Initializes a new instance of a C1OlapGrid. |
Name | Description | |
---|---|---|
CollapsibleSubtotalsProperty | Identifies the CollapsibleSubtotals dependency property. | |
DataSourceProperty | Identifies the DataSource dependency property. | |
ShowDetailOnRightClickProperty | Identifies the ShowDetailOnRightClick dependency property. | |
SubtotalBackgroundProperty | Identifies the SubtotalBackground dependency property. |
Name | Description | |
---|---|---|
ActualHeight | (Inherited from System.Windows.FrameworkElement) | |
ActualWidth | (Inherited from System.Windows.FrameworkElement) | |
AllowAddNew | Gets or sets a value that indicates whether the grid should provide a new row template so users can add items to the source collection. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
AllowDragging | Gets or sets a value that indicates whether users are allowed to move rows and columns to new positions using the mouse. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
AllowDrop | (Inherited from System.Windows.UIElement) | |
AllowMerging | Gets or sets a value that indicates which parts of the grid support cell merging. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
AllowResizing | Gets or sets a value that indicates whether users are allowed to resize rows and columns using the mouse. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
AllowSorting | Gets or sets a value that indicates whether users are allowed to sort columns by clicking the column header cells. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
AlternatingRowBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of odd-numbered rows. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
AreRowGroupHeadersFrozen | Gets or sets a value that indicates whether the row group header sections remain fixed at the width of the display area or can scroll horizontally. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
AutoComplete | Gets or sets a value that determines whether the control should try to automatically complete entries as the user types, based on other entries in the same column (like Microsoft Excel does). (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
AutoGenerateColumns | Gets or sets a value that indicates whether columns are created automatically when the ItemsSource property is set. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Background | (Inherited from System.Windows.Controls.Control) | |
BorderBrush | (Inherited from System.Windows.Controls.Control) | |
BorderThickness | (Inherited from System.Windows.Controls.Control) | |
BottomLeftCells | Gets the C1.Silverlight.FlexGrid.GridPanel that contains the cells in the lower left corner of the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
BottomRightCellBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of the cell at the bottom right corner of the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
CacheMode | (Inherited from System.Windows.UIElement) | |
CellFactory | Gets or sets the C1.Silverlight.FlexGrid.ICellFactory class responsible for creating and destroying System.Windows.FrameworkElement objects used to represent grid cells. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Cells | Gets the C1.Silverlight.FlexGrid.GridPanel that contains the data cells in the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
CharacterSpacing | (Inherited from System.Windows.Controls.Control) | |
ChildItemsPath | Gets or sets the name of the property used to generate child rows. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Clip | (Inherited from System.Windows.UIElement) | |
ClipboardCopyMode | Gets or sets a value that indicates how content is copied to the clipboard. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ClipboardPasteMode | Gets or sets a value that indicates how content is pasted from the clipboard. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
CollapsibleSubtotals | Gets or sets a value that determines whether the grid should allow users to collapse and expand subtotal groups. | |
CollectionView | Gets the System.ComponentModel.ICollectionView that represents the current data source. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ColumnFooterRows | Gets the collection of column footer rows. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ColumnFooters | Gets the C1.Silverlight.FlexGrid.GridPanel that contains the column footer cells. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ColumnHeaderBackground | Gets or sets the System.Windows.Media.Brush that is used to paint column header backgrounds. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ColumnHeaderForeground | Gets or sets the System.Windows.Media.Brush that is used to paint column header content. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ColumnHeaders | Gets the C1.Silverlight.FlexGrid.GridPanel that contains the column header cells. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ColumnHeaderSelectedBackground | Gets or sets the System.Windows.Media.Brush that is used to paint column header backgrounds for selected cells. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ColumnLayout | Gets or sets a string that defines the current column layout. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Columns | Gets the collection of columns in the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Cursor | (Inherited from System.Windows.FrameworkElement) | |
CursorBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of the cursor cell. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
CursorForeground | Gets or sets the System.Windows.Media.Brush that is used to paint the foreground of the cursor cell. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
DataContext | (Inherited from System.Windows.FrameworkElement) | |
DataSource | Gets or sets the C1OlapPanel that provides data for this grid. | |
DeferScrolling | Gets or sets a value that determines whether scrolling should be deferred until the user releases the scrollbar thumb. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
DesiredSize | (Inherited from System.Windows.UIElement) | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
DragDropIndicatorBrush | Gets or sets the brush of drop indicator when drag columns or rows. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Effect | (Inherited from System.Windows.UIElement) | |
ErrorStyle | Gets or sets the C1.Silverlight.FlexGrid.CellStyle used to highlight cells that contain errors. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
FlowDirection | (Inherited from System.Windows.FrameworkElement) | |
FontFamily | (Inherited from System.Windows.Controls.Control) | |
FontSize | (Inherited from System.Windows.Controls.Control) | |
FontStretch | (Inherited from System.Windows.Controls.Control) | |
FontStyle | (Inherited from System.Windows.Controls.Control) | |
FontWeight | (Inherited from System.Windows.Controls.Control) | |
Foreground | (Inherited from System.Windows.Controls.Control) | |
FrozenColumns | Gets or sets the number of non-scrollable columns. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
FrozenLinesBrush | Gets or sets the System.Windows.Media.Brush that is used to paint the lines between frozen and scrollable areas of the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
FrozenRows | Gets or sets the number of non-scrollable rows. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
GridLinesBrush | Gets or sets the System.Windows.Media.Brush that is used to paint the lines between cells. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
GridLinesVisibility | Gets or sets a value that indicates which grid lines separating inner cells are shown. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
GroupRowBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of group rows. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
GroupRowForeground | Gets or sets the System.Windows.Media.Brush that is used to paint the foreground of group rows. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
GroupRowPosition | Gets or sets a value that indicates where group rows should be displayed with respect to the data. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
HeaderFontWeight | Gets or sets the System.Windows.FontWeight used to render text in header cells. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
HeaderGridLinesBrush | Gets or sets the System.Windows.Media.Brush that is used to paint the lines between row and column header cells. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
HeadersVisibility | Gets or sets a value that indicates the visibility of row and column headers. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Height | (Inherited from System.Windows.FrameworkElement) | |
HorizontalAlignment | (Inherited from System.Windows.FrameworkElement) | |
HorizontalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
HorizontalScrollBarVisibility | Gets or sets a value that indicates how the horizontal scroll bar is displayed. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
IsEnabled | (Inherited from System.Windows.Controls.Control) | |
IsHitTestVisible | (Inherited from System.Windows.UIElement) | |
IsReadOnly | Gets or sets a value that indicates whether the user can edit values in the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
IsSynchronizedWithCurrentItem | Gets or sets a value that determines whether the control should synchronize the selection with the selection in the ItemsSource property. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
IsTabStop | (Inherited from System.Windows.Controls.Control) | |
Item | Overloaded. Gets or sets the value of a specific cell. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ItemsSource | Gets or sets a collection that is used to generate the content of the control. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ItemType | Gets the type of item contained in the current data source. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
KeepCurrentVisible | Gets or sets a value that indicates whether the grid should automatically scroll to keep the current item visible. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
KeyActionEnter | Gets or sets a value that indicates the action performed by the grid when the user presses the Enter key. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
KeyActionTab | Gets or sets a value that indicates the action performed by the grid when the user presses the Tab key. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Language | (Inherited from System.Windows.FrameworkElement) | |
Margin | (Inherited from System.Windows.FrameworkElement) | |
Marquee | Gets the System.Windows.Shapes.Rectangle used to show the Excel-style marquee around the current selection. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
MaxColumnWidth | Gets or sets the maximum width of columns in the C1.Silverlight.FlexGrid.C1FlexGrid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
MaxHeight | (Inherited from System.Windows.FrameworkElement) | |
MaxRowHeight | Gets or sets the maximum height of rows in the C1.Silverlight.FlexGrid.C1FlexGrid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
MaxWidth | (Inherited from System.Windows.FrameworkElement) | |
MergeManager | Gets or sets the C1.Silverlight.FlexGrid.IMergeManager class responsible for handling cell merging on the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
MinColumnWidth | Gets or sets the minimum width of columns in the C1.Silverlight.FlexGrid.C1FlexGrid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
MinHeight | (Inherited from System.Windows.FrameworkElement) | |
MinRowHeight | Gets or sets the minimum height of rows in the C1.Silverlight.FlexGrid.C1FlexGrid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
MinWidth | (Inherited from System.Windows.FrameworkElement) | |
Name | (Inherited from System.Windows.FrameworkElement) | |
NewRowBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of the new row template. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
NewRowPosition | Gets or sets a value that indicates whether the new row template should be displayed at the bottom or at the top of the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Opacity | (Inherited from System.Windows.UIElement) | |
OpacityMask | (Inherited from System.Windows.UIElement) | |
Padding | (Inherited from System.Windows.Controls.Control) | |
Parent | (Inherited from System.Windows.FrameworkElement) | |
Projection | (Inherited from System.Windows.UIElement) | |
RenderSize | (Inherited from System.Windows.UIElement) | |
RenderTransform | (Inherited from System.Windows.UIElement) | |
RenderTransformOrigin | (Inherited from System.Windows.UIElement) | |
Resources | (Inherited from System.Windows.FrameworkElement) | |
RowBackground | Gets or sets the System.Windows.Media.Brush that is used to paint row backgrounds. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
RowHeaderBackground | Gets or sets the System.Windows.Media.Brush that is used to paint row header backgrounds. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
RowHeaderForeground | Gets or sets the System.Windows.Media.Brush that is used to paint row header content. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
RowHeaders | Gets the C1.Silverlight.FlexGrid.GridPanel that contains the row header cells. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
RowHeaderSelectedBackground | Gets or sets the System.Windows.Media.Brush that is used to paint row header backgrounds for selected cells. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Rows | Gets the collection of rows in the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ScrollPosition | Gets or sets a value that represents the value of the grid scroll bars. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
SelectedIndex | Gets or sets the index of the data item corresponding to the selected row. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
SelectedItem | Gets or sets the data item corresponding to the selected row. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
SelectedItems | Gets a collection of data items corresponding to the currently selected rows. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Selection | Gets or sets the current selection. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
SelectionBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of selected cells excluding the cursor cell. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
SelectionForeground | Gets or sets the System.Windows.Media.Brush that is used to paint the foreground of selected cells excluding the cursor cell. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
SelectionMode | Gets or sets the grid's selection mode. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ShowDetailOnRightClick | Gets or sets a value that determines whether the grid should show a popup containing the detail records when the user right-clicks a cell. | |
ShowErrors | Gets or sets a value that determines whether the grid should display validation errors. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ShowGroups | Gets or sets a value that indicates whether the grid shows group rows between data groups. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ShowMarquee | Gets or sets a value that indicates whether the grid shows an Excel-style marquee around the current selection. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ShowOutlineBar | Gets or sets a value that determines whether the grid should display the outline button bar. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ShowSort | Gets or sets a value that indicates whether the grid shows the current sort state by adding a glyph to the column headers of sorted columns. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Style | (Inherited from System.Windows.FrameworkElement) | |
SubtotalBackground | Gets or sets the brush used to paint the background of cells that contain totals. | |
TabIndex | (Inherited from System.Windows.Controls.Control) | |
TabNavigation | (Inherited from System.Windows.Controls.Control) | |
Tag | (Inherited from System.Windows.FrameworkElement) | |
Template | (Inherited from System.Windows.Controls.Control) | |
TopLeftCellBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of the cell at the left top corner of the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
TopLeftCells | Gets the C1.Silverlight.FlexGrid.GridPanel that contains the cells in the upper left corner of the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
TreeIndent | Gets or sets the indent used to offset each group of rows in the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Triggers | (Inherited from System.Windows.FrameworkElement) | |
UseLayoutRounding | (Inherited from System.Windows.UIElement) | |
VerticalAlignment | (Inherited from System.Windows.FrameworkElement) | |
VerticalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
VerticalScrollBarVisibility | Gets or sets a value that indicates how the vertical scroll bar is displayed. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ViewRange | Gets a C1.Silverlight.FlexGrid.CellRange value that indicates the range of cells currently visible on the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Visibility | (Inherited from System.Windows.UIElement) | |
Width | (Inherited from System.Windows.FrameworkElement) |
Name | Description | |
---|---|---|
AddHandler | (Inherited from System.Windows.UIElement) | |
ApplyTemplate | (Inherited from System.Windows.Controls.Control) | |
Arrange | (Inherited from System.Windows.UIElement) | |
AutoSizeColumn | Resizes a column to fit its visible contents. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
AutoSizeColumns | Overloaded. Resizes a column range to fit their visible content. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
AutoSizeFixedColumn | Resizes a fixed column to fit its visible contents. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
AutoSizeFixedColumns | Overloaded. Resizes a range of fixed columns to fit their visible contents. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
AutoSizeFixedRow | Resizes a fixed row to fit its visible contents. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
AutoSizeFixedRows | Overloaded. Resizes a range of fixed rows to fit their visible contents. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
AutoSizeRow | Resizes a row to fit its visible contents. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
AutoSizeRows | Overloaded. Resizes a row range to fit their visible contents. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
CaptureMouse | (Inherited from System.Windows.UIElement) | |
ClearValue | (Inherited from System.Windows.DependencyObject) | |
CollapseGroupsToLevel | Collapses all the group rows to a given level. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Copy | Copy the current selection to the clipboard. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
FindName | (Inherited from System.Windows.FrameworkElement) | |
FinishEditing | Overloaded. Commits any pending edits and exits edit mode. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Focus | (Inherited from System.Windows.Controls.Control) | |
GetAggregate | Calculates aggregate statistics for a cell range. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetBindingExpression | (Inherited from System.Windows.FrameworkElement) | |
GetCellFactory | Gets the C1.Silverlight.FlexGrid.ICellFactory class responsible for creating and destroying System.Windows.FrameworkElement objects used to represent grid cells. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
GetClipString | Overloaded. Gets the current selection as a string suitable for copying to the clipboard. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
GetGridImage | Gets a System.Windows.FrameworkElement that represents a given part of the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
GetMergedRange | This method is for internal use. | |
GetPageImages | Overloaded. Gets a list of elements that represent parts of the grid fit for rendering into pages of a document. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
GetSelectedState | Gets a C1.Silverlight.FlexGrid.SelectedState value that indicates the selected state of the cells in a C1.Silverlight.FlexGrid.CellRange. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
HitTest | Overloaded. Gets a C1.Silverlight.FlexGrid.HitTestInfo object that contains information about the grid at a given location. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
IncludeInAggregate | Gets a value that determines whether a cell should be included in the aggregates calculated with the GetAggregate method. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Invalidate | Overloaded. Forces the grid to re-create all visible elements. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
InvalidateArrange | (Inherited from System.Windows.UIElement) | |
InvalidateMeasure | (Inherited from System.Windows.UIElement) | |
LoadColumnLayout | Loads a column layout from an System.Xml.XmlReader. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Measure | (Inherited from System.Windows.UIElement) | |
OnApplyTemplate | Applies the template defined in the System.Windows.Controls.Control.Template property. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Paste | Pastes the content of the clipboard to the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Overloaded. Prints the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | ||
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
ReleaseMouseCapture | (Inherited from System.Windows.UIElement) | |
RemoveHandler | (Inherited from System.Windows.UIElement) | |
Save | Overloaded. Saves the contents of the grid to a System.IO.StreamWriter. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
SaveColumnLayout | Saves the current column layout to an System.Xml.XmlWriter. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ScrollIntoView | Scrolls the grid to bring a specific cell into view. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Select | Overloaded. Selects a given cell. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
SelectAll | Selects all cells. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
SetBinding | (Inherited from System.Windows.FrameworkElement) | |
SetClipString | Parses a string into rows and columns and applies the content to a given range. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
SetValue | (Inherited from System.Windows.DependencyObject) | |
ShowDetail | Shows a modal dialog containing the detail information that defines the content of a specific cell in the grid. | |
StartEditing | Overloaded. Starts editing the cell that is currently selected. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
TransformToVisual | (Inherited from System.Windows.UIElement) | |
UpdateLayout | (Inherited from System.Windows.UIElement) |
Name | Description | |
---|---|---|
BeginningEdit | Occurs before a cell enters editing mode. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
BindingValidationError | (Inherited from System.Windows.FrameworkElement) | |
CellEditEnded | Occurs when a cell edit has been committed or canceled. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
CellEditEnding | Occurs when a cell edit is ending. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
Click | Occurs when the user clicks the mouse over the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
CustomAggregate | Occurs when the grid needs to calculate a custom aggregate. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
DataContextChanged | (Inherited from System.Windows.FrameworkElement) | |
DoubleClick | Occurs when the user double-clicks the mouse over the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
DragEnter | (Inherited from System.Windows.UIElement) | |
DraggedColumn | Occurs when the user finishes dragging a column to a new position using the mouse. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
DraggedRow | Occurs when the user finishes dragging a row to a new position using the mouse. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
DraggingColumn | Occurs when the user starts dragging a column to a new position using the mouse. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
DraggingRow | Occurs when the user starts dragging a row to a new position using the mouse. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
DragLeave | (Inherited from System.Windows.UIElement) | |
DragOver | (Inherited from System.Windows.UIElement) | |
Drop | (Inherited from System.Windows.UIElement) | |
GotFocus | (Inherited from System.Windows.UIElement) | |
GroupCollapsedChanged | Occurs after the C1.Silverlight.FlexGrid.GroupRow.IsCollapsed property of a C1.Silverlight.FlexGrid.GroupRow object changes. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
GroupCollapsedChanging | Occurs before the C1.Silverlight.FlexGrid.GroupRow.IsCollapsed property of a C1.Silverlight.FlexGrid.GroupRow object changes. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
IsEnabledChanged | (Inherited from System.Windows.Controls.Control) | |
ItemsSourceChanged | Occurs after the value of the ItemsSource property changes. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ItemsSourceChanging | Occurs when the value of the ItemsSource property is about to change. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
KeyDown | (Inherited from System.Windows.UIElement) | |
KeyUp | (Inherited from System.Windows.UIElement) | |
LayoutUpdated | (Inherited from System.Windows.FrameworkElement) | |
Loaded | (Inherited from System.Windows.FrameworkElement) | |
LoadedRows | Occurs when the grid finishes loading the rows with items from the data source. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
LoadingRows | Occurs when the grid starts loading the rows with items from the data source. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
LostFocus | (Inherited from System.Windows.UIElement) | |
LostMouseCapture | (Inherited from System.Windows.UIElement) | |
MediaCommand | (Inherited from System.Windows.UIElement) | |
MouseEnter | (Inherited from System.Windows.UIElement) | |
MouseLeave | (Inherited from System.Windows.UIElement) | |
MouseLeftButtonDown | (Inherited from System.Windows.UIElement) | |
MouseLeftButtonUp | (Inherited from System.Windows.UIElement) | |
MouseMove | (Inherited from System.Windows.UIElement) | |
MouseRightButtonDown | (Inherited from System.Windows.UIElement) | |
MouseRightButtonUp | (Inherited from System.Windows.UIElement) | |
MouseWheel | (Inherited from System.Windows.UIElement) | |
PrepareCellForEdit | Occurs when an editor cell is created and before it becomes active. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
PreviewKeyDown | Occurs when the user presses a key while the grid has focus. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
PreviewMouseLeftButtonDown | Occurs when the user presses the left mouse button over the grid. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ResizedColumn | Occurs when the user finishes resizing a column with the mouse. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ResizedRow | Occurs when the user finishes resizing a row with the mouse. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ResizingColumn | Occurs when the user starts resizing a column with the mouse. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ResizingRow | Occurs when the user starts resizing a row with the mouse. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
RowEditEnded | Occurs when a row edit has been committed or canceled. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
RowEditEnding | Occurs when a row edit is ending. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ScrollingDeferred | Occurs when scrolling is deferred while the user drags a scrollbar thumb. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ScrollPositionChanged | Occurs after the value of the ScrollPosition property changes. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
ScrollPositionChanging | Occurs before the value of the ScrollPosition property changes. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
SelectedItemChanged | Occurs when the value of the SelectedItem property changes. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
SelectionChanged | Occurs after the value of the Selection property changes. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
SelectionChanging | Occurs before the value of the Selection property changes. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
SizeChanged | (Inherited from System.Windows.FrameworkElement) | |
SortedColumn | Occurs after a column is sorted when the user clicks a column header. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
SortingColumn | Occurs before a column is sorted when the user clicks a column header. (Inherited from C1.Silverlight.FlexGrid.C1FlexGrid) | |
TextInput | (Inherited from System.Windows.UIElement) | |
TextInputStart | (Inherited from System.Windows.UIElement) | |
TextInputUpdate | (Inherited from System.Windows.UIElement) | |
Unloaded | (Inherited from System.Windows.FrameworkElement) |