The C1FlexGrid type exposes the following members.

Constructors

  Name Description
Public method C1FlexGrid
Initializes a new instance of a C1FlexGrid.

Methods

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

Fields

  Name Description
Public field Static member AllowDraggingProperty
Identifies the AllowDragging dependency property.
Public field Static member AllowMergingProperty
Identifies the AllowMerging dependency property.
Public field Static member AllowResizingProperty
Identifies the AllowResizing dependency property.
Public field Static member AllowSortingProperty
Identifies the AllowSorting dependency property.
Public field Static member AlternatingRowBackgroundProperty
Identifies the AlternatingRowBackground dependency property.
Public field Static member AreRowGroupHeadersFrozenProperty
Identifies the AreRowGroupHeadersFrozen dependency property.
Public field Static member AutoGenerateColumnsProperty
Identifies the AutoGenerateColumns dependency property.
Public field Static member BottomRightCellBackgroundProperty
Identifies the BottomRightCellBackground dependency property.
Public field Static member ChildItemsPathProperty
Identifies the ChildItemsPath dependency property.
Public field Static member ClipboardCopyModeProperty
Identifies the ClipboardCopyMode dependency property.
Public field Static member ClipboardPasteModeProperty
Identifies the ClipboardPasteMode dependency property.
Public field Static member ColumnHeaderBackgroundProperty
Identifies the ColumnHeaderBackground dependency property.
Public field Static member ColumnHeaderForegroundProperty
Identifies the ColumnHeaderForeground dependency property.
Public field Static member ColumnHeaderSelectedBackgroundProperty
Identifies the ColumnHeaderSelectedBackground dependency property.
Public field Static member CursorBackgroundProperty
Identifies the CursorBackground dependency property.
Public field Static member CursorForegroundProperty
Identifies the CursorForeground dependency property.
Public field Static member DeferScrollingProperty
Identifies the DeferScrolling dependency property.
Public field Static member EditorBackgroundProperty
Identifies the EditorBackground dependency property.
Public field Static member EditorForegroundProperty
Identifies the EditorBackground dependency property.
Public field Static member FrozenLinesBrushProperty
Identifies the FrozenLinesBrush dependency property.
Public field Static member GridLinesBrushProperty
Identifies the GridLinesBrush dependency property.
Public field Static member GridLinesVisibilityProperty
Identifies the GridLinesVisibility dependency property.
Public field Static member GroupHeaderConverterProperty
Identifies the GroupHeaderConverter dependency property.
Public field Static member GroupRowBackgroundProperty
Identifies the GroupRowBackground dependency property.
Public field Static member GroupRowForegroundProperty
Identifies the GroupRowForeground dependency property.
Public field Static member GroupRowPositionProperty
Identifies the GroupRowPosition dependency property.
Public field Static member HeaderFontWeightProperty
Identifies the HeaderFontWeightProperty dependency property.
Public field Static member HeaderGridLinesBrushProperty
Identifies the HeaderGridLinesBrush dependency property.
Public field Static member HeadersVisibilityProperty
Identifies the HeadersVisibility dependency property.
Public field Static member HorizontalScrollBarVisibilityProperty
Identifies the HorizontalScrollBarVisibility dependency property.
Public field Static member IsReadOnlyProperty
Identifies the IsReadOnly dependency property.
Public field Static member ItemsSourceProperty
Identifies the ItemsSource dependency property.
Public field Static member KeepCurrentVisibleProperty
Identifies the KeepCurrentVisible dependency property.
Public field Static member KeyActionEnterProperty
Identifies the KeyActionEnter dependency property.
Public field Static member KeyActionTabProperty
Identifies the KeyActionTab dependency property.
Public field Static member MaxColumnWidthProperty
Identifies the MaxColumnWidth dependency property.
Public field Static member MaxRowHeightProperty
Identifies the MaxRowHeight dependency property.
Public field Static member MinColumnWidthProperty
Identifies the MinColumnWidth dependency property.
Public field Static member MinRowHeightProperty
Identifies the MinRowHeight dependency property.
Public field Static member RowBackgroundProperty
Identifies the RowBackground dependency property.
Public field Static member RowHeaderBackgroundProperty
Identifies the RowHeaderBackground dependency property.
Public field Static member RowHeaderForegroundProperty
Identifies the RowHeaderForeground dependency property.
Public field Static member RowHeaderSelectedBackgroundProperty
Identifies the RowHeaderSelectedBackground dependency property.
Public field Static member SelectedIndexProperty
Identifies the SelectedIndex dependency property.
Public field Static member SelectedItemProperty
Identifies the SelectedItem dependency property.
Public field Static member SelectedItemsProperty
Identifies the SelectedItems dependency property.
Public field Static member SelectionBackgroundProperty
Identifies the SelectionBackground dependency property.
Public field Static member SelectionForegroundProperty
Identifies the SelectionForeground dependency property.
Public field Static member SelectionModeProperty
Identifies the SelectionMode dependency property.
Public field Static member ShowErrorsProperty
Identifies the ShowErrors dependency property.
Public field Static member ShowGroupsProperty
Identifies the ShowGroups dependency property. This property is obsolete. Please use GroupRowPositionProperty instead.
Public field Static member ShowMarqueeProperty
Identifies the ShowMarquee dependency property.
Public field Static member ShowOutlineBarProperty
Identifies the ShowOutlineBarProperty dependency property.
Public field Static member ShowSortProperty
Identifies the ShowSort dependency property.
Public field Static member TopLeftCellBackgroundProperty
Identifies the TopLeftCellBackground dependency property.
Public field Static member TreeIndentProperty
Identifies the TreeIndent dependency property.
Public field Static member VerticalScrollBarVisibilityProperty
Identifies the VerticalScrollBarVisibility dependency property.

Properties

  Name Description
Public property ActiveEditor
Gets the cell editor that is currently active.
Public property ActualHeight
Gets the rendered height of this element. This is a dependency property.
(Inherited from FrameworkElement.)
Public property ActualWidth
Gets the rendered width of this element. This is a dependency property.
(Inherited from FrameworkElement.)
Public property AllowDragging
Gets or sets a value that indicates whether users are allowed to move rows and columns to new positions using the mouse.
Public property AllowMerging
Gets or sets a value that indicates which parts of the grid support cell merging.
Public property AllowResizing
Gets or sets a value that indicates whether users are allowed to resize rows and columns using the mouse.
Public property AllowSorting
Gets or sets a value that indicates whether users are allowed to sort columns by clicking the column header cells.
Public property AlternatingRowBackground
Gets or sets the Brush that is used to paint the background of odd-numbered rows.
Public property 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.
Public property AutoGenerateColumns
Gets or sets a value that indicates whether columns are created automatically when the ItemsSource property is set.
Public property Background
Gets or sets a brush that describes the background of a control. This is a  dependency property.
(Inherited from Control.)
Public property BorderBrush
Gets or sets a brush that describes the border background of a control. This is a  dependency property.
(Inherited from Control.)
Public property BorderThickness
Gets or sets the border thickness of a control. This is a dependency property.
(Inherited from Control.)
Public property BottomLeftCells
Gets the GridPanel that contains the cells in the lower left corner of the grid.
Public property BottomRightCellBackground
Gets or sets the Brush that is used to paint the background of the cell at the bottom right corner of the grid.
Public property CellFactory
Gets or sets the ICellFactory class responsible for creating and destroying FrameworkElement objects used to represent grid cells.
Public property Cells
Gets the GridPanel that contains the data cells in the grid.
Public property ChildItemsPath
Gets or sets the name of the property used to generate child rows.
Public property Clip
Gets or sets the geometry used to define the outline of the contents of an element. This is a dependency property.
(Inherited from UIElement.)
Public property ClipboardCopyMode
Gets or sets a value that indicates how content is copied to the clipboard.
Public property ClipboardPasteMode
Gets or sets a value that indicates how content is pasted from the clipboard.
Public property CollectionView
Gets the ICollectionView that represents the current data source.
Public property ColumnFooterRows
Gets the collection of column footer rows.
Public property ColumnFooters
Gets the GridPanel that contains the column footer cells.
Public property ColumnHeaderBackground
Gets or sets the Brush that is used to paint column header backgrounds.
Public property ColumnHeaderForeground
Gets or sets the Brush that is used to paint column header content.
Public property ColumnHeaders
Gets the GridPanel that contains the column header cells.
Public property ColumnHeaderSelectedBackground
Gets or sets the Brush that is used to paint column header backgrounds for selected cells.
Public property ColumnLayout
Gets or sets a string that defines the current column layout.
Public property Columns
Gets the collection of columns in the grid.
Public property Cursor
Gets or sets the cursor that displays when the mouse pointer is over this element. This is a dependency property.
(Inherited from FrameworkElement.)
Public property CursorBackground
Gets or sets the Brush that is used to paint the background of the cursor cell.
Public property CursorForeground
Gets or sets the Brush that is used to paint the foreground of the cursor cell.
Public property DataContext
Gets or sets the data context for an element when it participates in data binding. This is a dependency property.
(Inherited from FrameworkElement.)
Protected property DefaultStyleKey (Inherited from Control.)
Public property DeferScrolling
Gets or sets a value that determines whether scrolling should be deferred until the user releases the scrollbar thumb.
Public property DesiredSize
Gets the size that this element computed during the measure pass of the layout process.
(Inherited from UIElement.)
Public property Dispatcher (Inherited from DependencyObject.)
Public property EditorBackground
Gets or sets the Brush that is used to paint the background of cells in edit mode.
Public property EditorForeground
Gets or sets the Brush that is used to paint the foreground of cells in edit mode.
Public property ErrorStyle
Gets or sets the CellStyle used to highlight cells that contain errors.
Public property FontFamily
Gets or sets the font family of the control. This is a dependency property.
(Inherited from Control.)
Public property FontSize
Gets or sets the font size. This is a dependency property.
(Inherited from Control.)
Public property FontStretch
Gets or sets the degree to which a font is condensed or expanded on the screen. This is a dependency property.
(Inherited from Control.)
Public property FontStyle
Gets or sets the font style. This is a dependency property.
(Inherited from Control.)
Public property FontWeight
Gets or sets the weight or thickness of the specified font. This is a dependency property.
(Inherited from Control.)
Public property Foreground
Gets or sets a brush that describes the foreground color. This is a dependency property.
(Inherited from Control.)
Public property FrozenColumns
Gets or sets the number of non-scrollable columns.
Public property FrozenLinesBrush
Gets or sets the Brush that is used to paint the lines between frozen and scrollable areas of the grid.
Public property FrozenRows
Gets or sets the number of non-scrollable rows.
Public property GridLinesBrush
Gets or sets the Brush that is used to paint the lines between cells.
Public property GridLinesVisibility
Gets or sets a value that indicates which grid lines separating inner cells are shown.
Public property GroupHeaderConverter
Gets or sets the IValueConverter used to create the content shown in GroupRow cells to summarize group information.
Public property GroupRowBackground
Gets or sets the Brush that is used to paint the background of group rows.
Public property GroupRowForeground
Gets or sets the Brush that is used to paint the foreground of group rows.
Public property GroupRowPosition
Gets or sets a value that indicates where group rows should be displayed with respect to the data.
Public property HeaderFontWeight
Gets or sets the FontWeight used to render text in header cells.
Public property HeaderGridLinesBrush
Gets or sets the Brush that is used to paint the lines between row and column header cells.
Public property HeadersVisibility
Gets or sets a value that indicates the visibility of row and column headers.
Public property Height
Gets or sets the suggested height of the element. This is a dependency property.
(Inherited from FrameworkElement.)
Public property HorizontalAlignment
Gets or sets the horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control. This is a dependency property.
(Inherited from FrameworkElement.)
Public property HorizontalContentAlignment
Gets or sets the horizontal alignment of the control's content. This is a dependency property.
(Inherited from Control.)
Public property HorizontalScrollBarVisibility
Gets or sets a value that indicates how the horizontal scroll bar is displayed.
Public property IsEnabled (Inherited from Control.)
Public property IsHitTestVisible
Gets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content. This is a dependency property.
(Inherited from UIElement.)
Public property IsReadOnly
Gets or sets a value that indicates whether the user can edit values in the grid.
Public property IsTabStop
Gets or sets a value that indicates whether a control is included in tab navigation. This is a dependency property.
(Inherited from Control.)
Public property Item[([( Int32, Column])])
Gets or sets the value of a specific cell.
Public property Item[([( Int32, Int32])])
Gets or sets the value of a specific cell.
Public property Item[([( Int32, String])])
Gets or sets the value of a specific cell.
Public property ItemsSource
Gets or sets a collection that is used to generate the content of the control.
Public property ItemType
Gets the type of item contained in the current data source.
Public property KeepCurrentVisible
Gets or sets a value that indicates whether the grid should automatically scroll to keep the current item visible.
Public property KeyActionEnter
Gets or sets a value that indicates the action performed by the grid when the user presses the Enter key.
Public property KeyActionTab
Gets or sets a value that indicates the action performed by the grid when the user presses the Tab key.
Public property Language
Gets or sets localization/globalization language information that applies to an element. This is a dependency property.
(Inherited from FrameworkElement.)
Public property Margin
Gets or sets the outer margin of an element. This is a dependency property.
(Inherited from FrameworkElement.)
Public property Marquee
Gets the Rectangle used to show the Excel-style marquee around the current selection.
Public property MaxColumnWidth
Gets or sets the maximum width of columns in the C1FlexGrid.
Public property MaxHeight
Gets or sets the maximum height constraint of the element. This is a dependency property.
(Inherited from FrameworkElement.)
Public property MaxRowHeight
Gets or sets the maximum height of rows in the C1FlexGrid.
Public property MaxWidth
Gets or sets the maximum width constraint of the element. This is a dependency property.
(Inherited from FrameworkElement.)
Public property MergeManager
Gets or sets the IMergeManager class responsible for handling cell merging on the grid.
Public property MinColumnWidth
Gets or sets the minimum width of columns in the C1FlexGrid.
Public property MinHeight
Gets or sets the minimum height constraint of the element. This is a dependency property.
(Inherited from FrameworkElement.)
Public property MinRowHeight
Gets or sets the minimum height of rows in the C1FlexGrid.
Public property MinWidth
Gets or sets the minimum width constraint of the element. This is a dependency property.
(Inherited from FrameworkElement.)
Public property Name
Gets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor. This is a dependency property.
(Inherited from FrameworkElement.)
Public property Opacity
Gets or sets the opacity factor applied to the entire UIElement when it is rendered in the user interface (UI). This is a dependency property.
(Inherited from UIElement.)
Public property OpacityMask
Gets or sets an opacity mask, as a Brush implementation that is applied to any alpha-channel masking for the rendered content of this element. This is a dependency property.
(Inherited from UIElement.)
Public property Padding
Gets or sets the padding inside a control. This is a dependency property.
(Inherited from Control.)
Public property Parent
Gets the logical parent element of this element.
(Inherited from FrameworkElement.)
Public property RenderSize
Gets (or sets, but see Remarks) the final render size of this element.
(Inherited from UIElement.)
Public property RenderTransform
Gets or sets transform information that affects the rendering position of this element. This is a dependency property.
(Inherited from UIElement.)
Public property RenderTransformOrigin
Gets or sets the center point of any possible render transform declared by RenderTransform, relative to the bounds of the element. This is a dependency property.
(Inherited from UIElement.)
Public property Resources
Gets or sets the locally-defined resource dictionary.
(Inherited from FrameworkElement.)
Public property RowBackground
Gets or sets the Brush that is used to paint row backgrounds.
Public property RowHeaderBackground
Gets or sets the Brush that is used to paint row header backgrounds.
Public property RowHeaderForeground
Gets or sets the Brush that is used to paint row header content.
Public property RowHeaders
Gets the GridPanel that contains the row header cells.
Public property RowHeaderSelectedBackground
Gets or sets the Brush that is used to paint row header backgrounds for selected cells.
Public property Rows
Gets the collection of rows in the grid.
Public property ScrollPosition
Gets or sets a value that represents the value of the grid scroll bars.
Public property SelectedIndex
Gets or sets the index of the data item corresponding to the selected row.
Public property SelectedItem
Gets or sets the data item corresponding to the selected row.
Public property SelectedItems
Gets a collection of data items corresponding to the currently selected rows.
Public property Selection
Gets or sets the current selection.
Public property SelectionBackground
Gets or sets the Brush that is used to paint the background of selected cells excluding the cursor cell.
Public property SelectionForeground
Gets or sets the Brush that is used to paint the foreground of selected cells excluding the cursor cell.
Public property SelectionMode
Gets or sets the grid's selection mode.
Public property ShowErrors
Gets or sets a value that determines whether the grid should display validation errors.
Public property ShowGroups Obsolete.
Gets or sets a value that indicates whether the grid shows group rows between data groups.
Public property ShowMarquee
Gets or sets a value that indicates whether the grid shows an Excel-style marquee around the current selection.
Public property ShowOutlineBar
Gets or sets a value that determines whether the grid should display the outline button bar.
Public property 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.
Public property Style
Gets or sets the style used by this element when it is rendered. This is a dependency property.
(Inherited from FrameworkElement.)
Public property TabIndex
Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. This is a dependency property.
(Inherited from Control.)
Public property TabNavigation (Inherited from Control.)
Public property Tag
Gets or sets an arbitrary object value that can be used to store custom information about this element. This is a dependency property.
(Inherited from FrameworkElement.)
Public property Template
Gets or sets a control template. This is a dependency property.
(Inherited from Control.)
Public property TopLeftCellBackground
Gets or sets the Brush that is used to paint the background of the cell at the left top corner of the grid.
Public property TopLeftCells
Gets the GridPanel that contains the cells in the upper left corner of the grid.
Public property TreeIndent
Gets or sets the indent used to offset each group of rows in the grid.
Public property Triggers
Gets the collection of triggers established directly on this element, or in child elements.
(Inherited from FrameworkElement.)
Public property UseLayoutRounding (Inherited from UIElement.)
Public property VerticalAlignment
Gets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control. This is a dependency property.
(Inherited from FrameworkElement.)
Public property VerticalContentAlignment
Gets or sets the vertical alignment of the control's content. This is a dependency property.
(Inherited from Control.)
Public property VerticalScrollBarVisibility
Gets or sets a value that indicates how the vertical scroll bar is displayed.
Public property ViewRange
Gets a CellRange value that indicates the range of cells currently visible on the grid.
Public property Visibility
Gets or sets the user interface (UI) visibility of this element. This is a dependency property.
(Inherited from UIElement.)
Public property Width
Gets or sets the width of the element. This is a dependency property.
(Inherited from FrameworkElement.)

Events

  Name Description
Public event BeginningEdit
Occurs before a cell enters editing mode.
Public event BindingValidationError (Inherited from FrameworkElement.)
Public event CellEditEnded
Occurs when a cell edit has been committed or canceled.
Public event CellEditEnding
Occurs when a cell edit is ending.
Public event Click
Occurs when the user clicks the mouse over the grid.
Public event CustomAggregate
Occurs when the grid needs to calculate a custom aggregate.
Public event DoubleClick
Occurs when the user double-clicks the mouse over the grid.
Public event DraggedColumn
Occurs when the user finishes dragging a column to a new position using the mouse.
Public event DraggedRow
Occurs when the user finishes dragging a row to a new position using the mouse.
Public event DraggingColumn
Occurs when the user starts dragging a column to a new position using the mouse.
Public event DraggingRow
Occurs when the user starts dragging a row to a new position using the mouse.
Public event GotFocus
Occurs when this element gets logical focus.
(Inherited from UIElement.)
Public event GroupCollapsedChanged
Occurs after the IsCollapsed property of a GroupRow object changes.
Public event GroupCollapsedChanging
Occurs before the IsCollapsed property of a GroupRow object changes.
Public event IsEnabledChanged (Inherited from Control.)
Public event ItemsSourceChanged
Occurs after the value of the ItemsSource property changes.
Public event ItemsSourceChanging
Occurs when the value of the ItemsSource property is about to change.
Public event KeyDown
Occurs when a key is pressed while focus is on this element.
(Inherited from UIElement.)
Public event KeyUp
Occurs when a key is released while focus is on this element.
(Inherited from UIElement.)
Public event LayoutUpdated (Inherited from FrameworkElement.)
Public event Loaded
Occurs when the element is laid out, rendered, and ready for interaction.
(Inherited from FrameworkElement.)
Public event LoadedRows
Occurs when the grid finishes loading the rows with items from the data source.
Public event LoadingRows
Occurs when the grid starts loading the rows with items from the data source.
Public event LostFocus
Occurs when this element loses logical focus.
(Inherited from UIElement.)
Public event LostMouseCapture
Occurs when this element loses mouse capture.
(Inherited from UIElement.)
Public event MouseEnter
Occurs when the mouse pointer enters the bounds of this element.
(Inherited from UIElement.)
Public event MouseLeave
Occurs when the mouse pointer leaves the bounds of this element.
(Inherited from UIElement.)
Public event MouseLeftButtonDown
Occurs when the left mouse button is pressed while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event MouseLeftButtonUp
Occurs when the left mouse button is released while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event MouseMove
Occurs when the mouse pointer moves while over this element.
(Inherited from UIElement.)
Public event PrepareCellForEdit
Occurs when an editor cell is created and before it becomes active.
Public event PreviewKeyDown
Occurs when the user presses a key while the grid has focus.
Public event PreviewMouseLeftButtonDown
Occurs when the user presses the left mouse button over the grid.
Public event ResizedColumn
Occurs when the user finishes resizing a column with the mouse.
Public event ResizedRow
Occurs when the user finishes resizing a row with the mouse.
Public event ResizingColumn
Occurs when the user starts resizing a column with the mouse.
Public event ResizingRow
Occurs when the user starts resizing a row with the mouse.
Public event RowEditEnded
Occurs when a row edit has been committed or canceled.
Public event RowEditEnding
Occurs when a row edit is ending.
Public event ScrollingDeferred
Occurs when scrolling is deferred while the user drags a scrollbar thumb.
Public event ScrollPositionChanged
Occurs after the value of the ScrollPosition property changes.
Public event ScrollPositionChanging
Occurs before the value of the ScrollPosition property changes.
Public event SelectedItemChanged
Occurs when the value of the SelectedItem property changes.
Public event SelectionChanged
Occurs after the value of the Selection property changes.
Public event SelectionChanging
Occurs before the value of the Selection property changes.
Public event SizeChanged
Occurs when either the ActualHeight or the ActualWidth properties change value on this element.
(Inherited from FrameworkElement.)
Public event SortedColumn
Occurs after a column is sorted when the user clicks a column header.
Public event SortingColumn
Occurs before a column is sorted when the user clicks a column header.

See Also