The C1FlexGrid type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
ApplyTemplate | (Inherited from Control.) |
|
|
Arrange |
Positions child elements and determines a size for a UIElement. Parent elements call this method from their ArrangeCore(Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update. (Inherited from UIElement.) |
|
|
ArrangeOverride |
Provides the behavior for the arrange part of the control layout.
(Overrides FrameworkElement..::..ArrangeOverride(Size).) |
|
|
AutoSizeColumn |
Resizes a column to fit its visible contents.
|
|
|
AutoSizeColumns(Int32, Int32, Double) |
Resizes a column range to fit their visible content.
|
|
|
AutoSizeColumns(Int32, Int32, Double, Boolean, Boolean) |
Resizes a column range to fit their content.
|
|
|
AutoSizeFixedColumn |
Resizes a fixed column to fit its visible contents.
|
|
|
AutoSizeFixedColumns(Int32, Int32, Double) |
Resizes a range of fixed columns to fit their visible contents.
|
|
|
AutoSizeFixedColumns(Int32, Int32, Double, Boolean, Boolean) |
Resizes a range of fixed columns to fit their content.
|
|
|
AutoSizeFixedRow |
Resizes a fixed row to fit its visible contents.
|
|
|
AutoSizeFixedRows(Int32, Int32, Double) |
Resizes a range of fixed rows to fit their visible contents.
|
|
|
AutoSizeFixedRows(Int32, Int32, Double, Boolean) |
Resizes a range of fixed rows to fit their content.
|
|
|
AutoSizeRow |
Resizes a row to fit its visible contents.
|
|
|
AutoSizeRows(Int32, Int32, Double) |
Resizes a row range to fit their visible contents.
|
|
|
AutoSizeRows(Int32, Int32, Double, Boolean) |
Resizes a row range to fit their content.
|
|
|
CaptureMouse |
Attempts to force capture of the mouse to this element. (Inherited from UIElement.) |
|
|
CheckAccess | (Inherited from DependencyObject.) |
|
|
ClearValue |
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Inherited from DependencyObject.) |
|
|
CollapseGroupsToLevel |
Collapses all the group rows to a given level.
|
|
|
Copy |
Copy the current selection to the clipboard.
|
|
|
CreateBoundRow |
Creates a row bound to a given data item.
|
|
|
CreateBoundRows |
Creates rows bound to each data item in the current data source.
|
|
|
CreateGroupRows |
Creates group rows for the items in the current data source.
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
FindName |
Finds an element that has the provided identifier name. (Inherited from FrameworkElement.) |
|
|
FinishEditing()()()() |
Commits any pending edits and exits edit mode.
|
|
|
FinishEditing(Boolean) |
Commits or cancels any pending edits and exits edit mode.
|
|
|
Focus | (Inherited from Control.) |
|
|
GetAggregate |
Calculates aggregate statistics for a cell range.
|
|
|
GetAnimationBaseValue | (Inherited from DependencyObject.) |
|
|
GetCellFactory |
Gets the ICellFactory class responsible for creating and destroying
FrameworkElement objects used to represent grid cells.
|
|
|
GetClipString(ClipboardCopyMode) |
Gets the current selection as a string suitable for copying to the clipboard.
|
|
|
GetClipString(CellRange, ClipboardCopyMode) |
Gets a range of cells as a string suitable for copying to the clipboard.
|
|
|
GetGridImage |
Gets a FrameworkElement that represents a given part of the grid.
|
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetPageImages(ScaleMode, Size, Int32) |
Gets a list of elements that represent parts of the grid fit for rendering
into pages of a document.
|
|
|
GetPageImages(CellRange, ScaleMode, Size, Int32) |
Gets a list of elements that represent parts of the grid fit for rendering
into pages of a document.
|
|
|
GetSelectedState |
Gets a SelectedState value that indicates the selected
state of the cells in a CellRange.
|
|
|
GetTemplateChild | (Inherited from Control.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
GetValue |
Returns the current effective value of a dependency property on this instance of a DependencyObject. (Inherited from DependencyObject.) |
|
|
HitTest(MouseEventArgs) |
Gets a HitTestInfo object that contains information about the
grid at a given location.
|
|
|
HitTest(Point) |
Gets a HitTestInfo object that contains information about the
grid at a given location.
|
|
|
IncludeInAggregate |
Gets a value that determines whether a cell should be included in the aggregates
calculated with the GetAggregate(Aggregate, CellRange) method.
|
|
|
Invalidate()()()() |
Forces the grid to re-create all visible elements.
|
|
|
Invalidate(Boolean) |
Forces the grid to re-create all visible elements.
|
|
|
Invalidate(CellRange) |
Forces the grid to re-create the elements in a given CellRange.
|
|
|
InvalidateArrange |
Invalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by UpdateLayout()()()(). (Inherited from UIElement.) |
|
|
InvalidateMeasure |
Invalidates the measurement state (layout) for the element. (Inherited from UIElement.) |
|
|
LoadColumnLayout |
Loads a column layout from an XmlReader.
|
|
|
Measure |
Updates the DesiredSize of a UIElement. Parent elements call this method from their own MeasureCore(Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update. (Inherited from UIElement.) |
|
|
MeasureOverride |
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class. (Inherited from FrameworkElement.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
OnApplyTemplate |
Applies the template defined in the Template property.
(Overrides FrameworkElement..::..OnApplyTemplate()()()().) |
|
|
OnBeginningEdit |
Raises the BeginningEdit event.
|
|
|
OnCellEditEnded |
Raises the CellEditEnded event.
|
|
|
OnCellEditEnding |
Raises the CellEditEnding event.
|
|
|
OnClick |
Raises the Click event.
|
|
|
OnCreateAutomationPeer |
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Inherited from UIElement.) |
|
|
OnCustomAggregate |
Raises the CustomAggregate event.
|
|
|
OnDoubleClick |
Raises the DoubleClick event.
|
|
|
OnDraggedColumn |
Raises the DraggedColumn event.
|
|
|
OnDraggedRow |
Raises the DraggedRow event.
|
|
|
OnDraggingColumn |
Raises the DraggingColumn event.
|
|
|
OnDraggingRow |
Raises the DraggingRow event.
|
|
|
OnGotFocus | (Inherited from Control.) |
|
|
OnGroupCollapsedChanged |
Raises the GroupCollapsedChanged event.
|
|
|
OnGroupCollapsedChanging |
Raises the GroupCollapsedChanging event.
|
|
|
OnItemsSourceChanged |
Raises the ItemsSourceChanged event.
|
|
|
OnItemsSourceChanging |
Raises the ItemsSourceChanging event.
|
|
|
OnKeyDown | (Inherited from Control.) |
|
|
OnKeyUp | (Inherited from Control.) |
|
|
OnLoadedRows |
Raises the LoadedRows event.
|
|
|
OnLoadingRows |
Raises the LoadingRows event.
|
|
|
OnLostFocus | (Inherited from Control.) |
|
|
OnMouseEnter | (Inherited from Control.) |
|
|
OnMouseLeave | (Inherited from Control.) |
|
|
OnMouseLeftButtonDown | (Inherited from Control.) |
|
|
OnMouseLeftButtonUp | (Inherited from Control.) |
|
|
OnMouseMove | (Inherited from Control.) |
|
|
OnPrepareCellForEdit |
Raises the PrepareCellForEdit event.
|
|
|
OnPreviewKeyDown |
Raises the PreviewMouseLeftButtonDown event.
|
|
|
OnPreviewMouseLeftButtonDown |
Raises the PreviewMouseLeftButtonDown event.
|
|
|
OnResizedColumn |
Raises the ResizedColumn event.
|
|
|
OnResizedRow |
Raises the ResizedRow event.
|
|
|
OnResizingColumn |
Raises the ResizingColumn event.
|
|
|
OnResizingRow |
Raises the ResizingRow event.
|
|
|
OnRowEditEnded |
Raises the RowEditEnded event.
|
|
|
OnRowEditEnding |
Raises the RowEditEnding event.
|
|
|
OnScrollingDeferred |
Raises the ScrollingDeferred event.
|
|
|
OnScrollPositionChanged |
Raises the ScrollPositionChanged event.
|
|
|
OnScrollPositionChanging |
Raises the ScrollPositionChanging event.
|
|
|
OnSelectedItemChanged |
Raises the SelectedItemChanged property.
|
|
|
OnSelectionChanged |
Raises the SelectionChanged event.
|
|
|
OnSelectionChanging |
Raises the SelectionChanging event.
|
|
|
OnSortedColumn |
Raises the SortedColumn event.
|
|
|
OnSortingColumn |
Raises the SortingColumn event.
|
|
|
Paste |
Pastes the content of the clipboard to the grid.
|
|
|
Print(String) |
Prints the grid.
|
|
|
Print(String, ScaleMode, Thickness, Int32) |
Prints the grid using a specified scale mode.
|
|
|
ReadLocalValue |
Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject.) |
|
|
ReleaseMouseCapture |
Releases the mouse capture, if this element held the capture. (Inherited from UIElement.) |
|
|
Save(Stream, FileFormat) |
Saves the contents of the grid to a stream.
|
|
|
Save(String, FileFormat) |
Saves the contents of the grid to a file.
|
|
|
Save(Stream, FileFormat, SaveOptions) |
Saves the contents of the grid to a stream.
|
|
|
Save(String, FileFormat, SaveOptions) |
Saves the contents of the grid to a file.
|
|
|
SaveColumnLayout |
Saves the current column layout to an XmlWriter.
|
|
|
ScrollIntoView |
Scrolls the grid to bring a specific cell into view.
|
|
|
Select(Int32, Int32) |
Selects a given cell.
|
|
|
Select(CellRange, Boolean) |
Selects a given cell and optionally scrolls it into view.
|
|
|
Select(Int32, Int32, Boolean) |
Selects a given cell and optionally scrolls it into view.
|
|
|
Select(Int32, Int32, Int32, Int32, Boolean) |
Selects cell range and optionally scrolls it into view.
|
|
|
SelectAll |
Selects all cells.
|
|
|
SetBinding | (Inherited from FrameworkElement.) |
|
|
SetClipString |
Parses a string into rows and columns and applies the content to a given range.
|
|
|
SetValue |
Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from DependencyObject.) |
|
|
StartEditing(Boolean) |
Starts editing the cell that is currently selected.
|
|
|
StartEditing(Boolean, Int32, Int32) |
Starts editing a specific cell.
|
|
|
ToString | (Inherited from Object.) |
|
|
TransformToVisual | (Inherited from UIElement.) |
|
|
UpdateLayout |
Ensures that all visual child elements of this element are properly updated for layout. (Inherited from UIElement.) |