The C1FlexGrid type exposes the following members.

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 AllowMerging
Gets or sets a value that indicates which parts of the grid support cell merging.
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 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 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 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 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 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.)

See Also