C1.Silverlight.FlexGrid.5
C1FlexGrid Class Properties

For a list of all members of this type, see C1FlexGrid members.

Public Properties
 NameDescription
Public PropertyActualHeight (Inherited from System.Windows.FrameworkElement)
Public PropertyActualWidth (Inherited from System.Windows.FrameworkElement)
Public PropertyAllowAddNewGets or sets a value that indicates whether the grid should provide a new row template so users can add items to the source collection.  
Public PropertyAllowDraggingGets or sets a value that indicates whether users are allowed to move rows and columns to new positions using the mouse.  
Public PropertyAllowDrop (Inherited from System.Windows.UIElement)
Public PropertyAllowMergingGets or sets a value that indicates which parts of the grid support cell merging.  
Public PropertyAllowResizingGets or sets a value that indicates whether users are allowed to resize rows and columns using the mouse.  
Public PropertyAllowSortingGets or sets a value that indicates whether users are allowed to sort columns by clicking the column header cells.  
Public PropertyAlternatingRowBackgroundGets or sets the System.Windows.Media.Brush that is used to paint the background of odd-numbered rows.  
Public PropertyAreRowGroupHeadersFrozenGets 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 PropertyAutoCompleteGets 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).  
Public PropertyAutoGenerateColumnsGets or sets a value that indicates whether columns are created automatically when the ItemsSource property is set.  
Public PropertyBackground (Inherited from System.Windows.Controls.Control)
Public PropertyBorderBrush (Inherited from System.Windows.Controls.Control)
Public PropertyBorderThickness (Inherited from System.Windows.Controls.Control)
Public PropertyBottomLeftCellsGets the GridPanel that contains the cells in the lower left corner of the grid.  
Public PropertyBottomRightCellBackgroundGets 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.  
Public PropertyCacheMode (Inherited from System.Windows.UIElement)
Public PropertyCellFactoryGets or sets the ICellFactory class responsible for creating and destroying System.Windows.FrameworkElement objects used to represent grid cells.  
Public PropertyCellsGets the GridPanel that contains the data cells in the grid.  
Public PropertyCharacterSpacing (Inherited from System.Windows.Controls.Control)
Public PropertyChildItemsPathGets or sets the name of the property used to generate child rows.  
Public PropertyClip (Inherited from System.Windows.UIElement)
Public PropertyClipboardCopyModeGets or sets a value that indicates how content is copied to the clipboard.  
Public PropertyClipboardPasteModeGets or sets a value that indicates how content is pasted from the clipboard.  
Public PropertyCollectionViewGets the System.ComponentModel.ICollectionView that represents the current data source.  
Public PropertyColumnFooterRowsGets the collection of column footer rows.  
Public PropertyColumnFootersGets the GridPanel that contains the column footer cells.  
Public PropertyColumnHeaderBackgroundGets or sets the System.Windows.Media.Brush that is used to paint column header backgrounds.  
Public PropertyColumnHeaderForegroundGets or sets the System.Windows.Media.Brush that is used to paint column header content.  
Public PropertyColumnHeadersGets the GridPanel that contains the column header cells.  
Public PropertyColumnHeaderSelectedBackgroundGets or sets the System.Windows.Media.Brush that is used to paint column header backgrounds for selected cells.  
Public PropertyColumnLayoutGets or sets a string that defines the current column layout.  
Public PropertyColumnsGets the collection of columns in the grid.  
Public PropertyCursor (Inherited from System.Windows.FrameworkElement)
Public PropertyCursorBackgroundGets or sets the System.Windows.Media.Brush that is used to paint the background of the cursor cell.  
Public PropertyCursorForegroundGets or sets the System.Windows.Media.Brush that is used to paint the foreground of the cursor cell.  
Public PropertyDataContext (Inherited from System.Windows.FrameworkElement)
Public PropertyDeferScrollingGets or sets a value that determines whether scrolling should be deferred until the user releases the scrollbar thumb.  
Public PropertyDesiredSize (Inherited from System.Windows.UIElement)
Public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
Public PropertyDragDropIndicatorBrushGets or sets the brush of drop indicator when drag columns or rows.  
Public PropertyEffect (Inherited from System.Windows.UIElement)
Public PropertyErrorStyleGets or sets the CellStyle used to highlight cells that contain errors.  
Public PropertyFlowDirection (Inherited from System.Windows.FrameworkElement)
Public PropertyFontFamily (Inherited from System.Windows.Controls.Control)
Public PropertyFontSize (Inherited from System.Windows.Controls.Control)
Public PropertyFontStretch (Inherited from System.Windows.Controls.Control)
Public PropertyFontStyle (Inherited from System.Windows.Controls.Control)
Public PropertyFontWeight (Inherited from System.Windows.Controls.Control)
Public PropertyForeground (Inherited from System.Windows.Controls.Control)
Public PropertyFrozenColumnsGets or sets the number of non-scrollable columns.  
Public PropertyFrozenLinesBrushGets or sets the System.Windows.Media.Brush that is used to paint the lines between frozen and scrollable areas of the grid.  
Public PropertyFrozenRowsGets or sets the number of non-scrollable rows.  
Public PropertyGridLinesBrushGets or sets the System.Windows.Media.Brush that is used to paint the lines between cells.  
Public PropertyGridLinesVisibilityGets or sets a value that indicates which grid lines separating inner cells are shown.  
Public PropertyGroupRowBackgroundGets or sets the System.Windows.Media.Brush that is used to paint the background of group rows.  
Public PropertyGroupRowForegroundGets or sets the System.Windows.Media.Brush that is used to paint the foreground of group rows.  
Public PropertyGroupRowPositionGets or sets a value that indicates where group rows should be displayed with respect to the data.  
Public PropertyHeaderFontWeightGets or sets the System.Windows.FontWeight used to render text in header cells.  
Public PropertyHeaderGridLinesBrushGets or sets the System.Windows.Media.Brush that is used to paint the lines between row and column header cells.  
Public PropertyHeadersVisibilityGets or sets a value that indicates the visibility of row and column headers.  
Public PropertyHeight (Inherited from System.Windows.FrameworkElement)
Public PropertyHorizontalAlignment (Inherited from System.Windows.FrameworkElement)
Public PropertyHorizontalContentAlignment (Inherited from System.Windows.Controls.Control)
Public PropertyHorizontalScrollBarVisibilityGets or sets a value that indicates how the horizontal scroll bar is displayed.  
Public PropertyIsEnabled (Inherited from System.Windows.Controls.Control)
Public PropertyIsHitTestVisible (Inherited from System.Windows.UIElement)
Public PropertyIsReadOnlyGets or sets a value that indicates whether the user can edit values in the grid.  
Public PropertyIsSynchronizedWithCurrentItemGets or sets a value that determines whether the control should synchronize the selection with the selection in the ItemsSource property.  
Public PropertyIsTabStop (Inherited from System.Windows.Controls.Control)
Public PropertyItemOverloaded. Gets or sets the value of a specific cell.  
Public PropertyItemsSourceGets or sets a collection that is used to generate the content of the control.  
Public PropertyItemTypeGets the type of item contained in the current data source.  
Public PropertyKeepCurrentVisibleGets or sets a value that indicates whether the grid should automatically scroll to keep the current item visible.  
Public PropertyKeyActionEnterGets or sets a value that indicates the action performed by the grid when the user presses the Enter key.  
Public PropertyKeyActionTabGets or sets a value that indicates the action performed by the grid when the user presses the Tab key.  
Public PropertyLanguage (Inherited from System.Windows.FrameworkElement)
Public PropertyMargin (Inherited from System.Windows.FrameworkElement)
Public PropertyMarqueeGets the System.Windows.Shapes.Rectangle used to show the Excel-style marquee around the current selection.  
Public PropertyMaxColumnWidthGets or sets the maximum width of columns in the C1FlexGrid.  
Public PropertyMaxHeight (Inherited from System.Windows.FrameworkElement)
Public PropertyMaxRowHeightGets or sets the maximum height of rows in the C1FlexGrid.  
Public PropertyMaxWidth (Inherited from System.Windows.FrameworkElement)
Public PropertyMergeManagerGets or sets the IMergeManager class responsible for handling cell merging on the grid.  
Public PropertyMinColumnWidthGets or sets the minimum width of columns in the C1FlexGrid.  
Public PropertyMinHeight (Inherited from System.Windows.FrameworkElement)
Public PropertyMinRowHeightGets or sets the minimum height of rows in the C1FlexGrid.  
Public PropertyMinWidth (Inherited from System.Windows.FrameworkElement)
Public PropertyName (Inherited from System.Windows.FrameworkElement)
Public PropertyNewRowBackgroundGets or sets the System.Windows.Media.Brush that is used to paint the background of the new row template.  
Public PropertyNewRowPositionGets or sets a value that indicates whether the new row template should be displayed at the bottom or at the top of the grid.  
Public PropertyOpacity (Inherited from System.Windows.UIElement)
Public PropertyOpacityMask (Inherited from System.Windows.UIElement)
Public PropertyPadding (Inherited from System.Windows.Controls.Control)
Public PropertyParent (Inherited from System.Windows.FrameworkElement)
Public PropertyProjection (Inherited from System.Windows.UIElement)
Public PropertyRenderSize (Inherited from System.Windows.UIElement)
Public PropertyRenderTransform (Inherited from System.Windows.UIElement)
Public PropertyRenderTransformOrigin (Inherited from System.Windows.UIElement)
Public PropertyResources (Inherited from System.Windows.FrameworkElement)
Public PropertyRowBackgroundGets or sets the System.Windows.Media.Brush that is used to paint row backgrounds.  
Public PropertyRowHeaderBackgroundGets or sets the System.Windows.Media.Brush that is used to paint row header backgrounds.  
Public PropertyRowHeaderForegroundGets or sets the System.Windows.Media.Brush that is used to paint row header content.  
Public PropertyRowHeadersGets the GridPanel that contains the row header cells.  
Public PropertyRowHeaderSelectedBackgroundGets or sets the System.Windows.Media.Brush that is used to paint row header backgrounds for selected cells.  
Public PropertyRowsGets the collection of rows in the grid.  
Public PropertyScrollPositionGets or sets a value that represents the value of the grid scroll bars.  
Public PropertySelectedIndexGets or sets the index of the data item corresponding to the selected row.  
Public PropertySelectedItemGets or sets the data item corresponding to the selected row.  
Public PropertySelectedItemsGets a collection of data items corresponding to the currently selected rows.  
Public PropertySelectionGets or sets the current selection.  
Public PropertySelectionBackgroundGets or sets the System.Windows.Media.Brush that is used to paint the background of selected cells excluding the cursor cell.  
Public PropertySelectionForegroundGets or sets the System.Windows.Media.Brush that is used to paint the foreground of selected cells excluding the cursor cell.  
Public PropertySelectionModeGets or sets the grid's selection mode.  
Public PropertyShowErrorsGets or sets a value that determines whether the grid should display validation errors.  
Public PropertyShowGroupsGets or sets a value that indicates whether the grid shows group rows between data groups.  
Public PropertyShowMarqueeGets or sets a value that indicates whether the grid shows an Excel-style marquee around the current selection.  
Public PropertyShowOutlineBarGets or sets a value that determines whether the grid should display the outline button bar.  
Public PropertyShowSortGets 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 PropertyStyle (Inherited from System.Windows.FrameworkElement)
Public PropertyTabIndex (Inherited from System.Windows.Controls.Control)
Public PropertyTabNavigation (Inherited from System.Windows.Controls.Control)
Public PropertyTag (Inherited from System.Windows.FrameworkElement)
Public PropertyTemplate (Inherited from System.Windows.Controls.Control)
Public PropertyTopLeftCellBackgroundGets 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.  
Public PropertyTopLeftCellsGets the GridPanel that contains the cells in the upper left corner of the grid.  
Public PropertyTreeIndentGets or sets the indent used to offset each group of rows in the grid.  
Public PropertyTriggers (Inherited from System.Windows.FrameworkElement)
Public PropertyUseLayoutRounding (Inherited from System.Windows.UIElement)
Public PropertyVerticalAlignment (Inherited from System.Windows.FrameworkElement)
Public PropertyVerticalContentAlignment (Inherited from System.Windows.Controls.Control)
Public PropertyVerticalScrollBarVisibilityGets or sets a value that indicates how the vertical scroll bar is displayed.  
Public PropertyViewRangeGets a CellRange value that indicates the range of cells currently visible on the grid.  
Public PropertyVisibility (Inherited from System.Windows.UIElement)
Public PropertyWidth (Inherited from System.Windows.FrameworkElement)
Top
See Also

Reference

C1FlexGrid Class
C1.Silverlight.FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.