The GridPanel type exposes the following members.

Methods

  Name Description
Public method Arrange (Inherited from UIElement.)
Public method AutoSizeColumn
Resizes a column to fit its visible contents.
Public method AutoSizeRow
Resizes a row to fit its visible contents.
Public method CaptureMouse (Inherited from UIElement.)
Public method CheckAccess (Inherited from DependencyObject.)
Public method ClearValue (Inherited from DependencyObject.)
Public method Equals (Inherited from Object.)
Public method FindName (Inherited from FrameworkElement.)
Public method GetAnimationBaseValue (Inherited from DependencyObject.)
Public method GetCellElement
Gets the FrameworkElement used to represent a cell on the panel.
Public method GetCellRect(CellRange)
Gets a rectangle that represents the position of a CellRange on the panel.
Public method GetCellRect(Int32, Int32)
Gets a rectangle that represents the position of a cell on the panel.
Public method GetDataFormatted
Gets or sets the formatted content of a specific cell.
Public method GetDataRaw
Gets or sets the raw content of a specific cell.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method HitTest
Gets a HitTestInfo object that contains information about this GridPanel at a given location.
Public method Invalidate()()()()
Forces the grid panel to re-create all visible elements.
Public method Invalidate(CellRange)
Forces the grid panel to re-create the elements in a given CellRange.
Public method InvalidateArrange (Inherited from UIElement.)
Public method InvalidateMeasure (Inherited from UIElement.)
Public method Measure (Inherited from UIElement.)
Public method OnApplyTemplate (Inherited from FrameworkElement.)
Public method ReadLocalValue (Inherited from DependencyObject.)
Public method ReleaseMouseCapture (Inherited from UIElement.)
Public method SetBinding (Inherited from FrameworkElement.)
Public method SetValue (Inherited from DependencyObject.)
Public method ToString (Inherited from Object.)
Public method TransformToVisual (Inherited from UIElement.)
Public method UpdateLayout (Inherited from UIElement.)

Properties

  Name Description
Public property ActualHeight (Inherited from FrameworkElement.)
Public property ActualWidth (Inherited from FrameworkElement.)
Public property Background (Inherited from Panel.)
Public property CellType
Gets the type of cell that this panel contains.
Public property Children (Inherited from Panel.)
Public property Clip (Inherited from UIElement.)
Public property Columns
Gets the collection of columns in this GridPanel.
Public property Cursor (Inherited from FrameworkElement.)
Public property DataContext (Inherited from FrameworkElement.)
Public property DesiredSize (Inherited from UIElement.)
Public property Dispatcher (Inherited from DependencyObject.)
Public property Grid
Gets the C1FlexGrid that owns this GridPanel.
Public property Height (Inherited from FrameworkElement.)
Public property HorizontalAlignment (Inherited from FrameworkElement.)
Public property IsHitTestVisible (Inherited from UIElement.)
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 Language (Inherited from FrameworkElement.)
Public property Margin (Inherited from FrameworkElement.)
Public property MaxHeight (Inherited from FrameworkElement.)
Public property MaxWidth (Inherited from FrameworkElement.)
Public property MinHeight (Inherited from FrameworkElement.)
Public property MinWidth (Inherited from FrameworkElement.)
Public property Name (Inherited from FrameworkElement.)
Public property Opacity (Inherited from UIElement.)
Public property OpacityMask (Inherited from UIElement.)
Public property Parent (Inherited from FrameworkElement.)
Public property RenderSize (Inherited from UIElement.)
Public property RenderTransform (Inherited from UIElement.)
Public property RenderTransformOrigin (Inherited from UIElement.)
Public property Resources (Inherited from FrameworkElement.)
Public property Rows
Gets the collection of rows in this GridPanel.
Public property Style (Inherited from FrameworkElement.)
Public property Tag (Inherited from FrameworkElement.)
Public property Triggers (Inherited from FrameworkElement.)
Public property UseLayoutRounding (Inherited from UIElement.)
Public property VerticalAlignment (Inherited from FrameworkElement.)
Public property Visibility (Inherited from UIElement.)
Public property Width (Inherited from FrameworkElement.)

Events

  Name Description
Public event BindingValidationError (Inherited from FrameworkElement.)
Public event GotFocus (Inherited from UIElement.)
Public event KeyDown (Inherited from UIElement.)
Public event KeyUp (Inherited from UIElement.)
Public event LayoutUpdated (Inherited from FrameworkElement.)
Public event Loaded (Inherited from FrameworkElement.)
Public event LostFocus (Inherited from UIElement.)
Public event LostMouseCapture (Inherited from UIElement.)
Public event MouseEnter (Inherited from UIElement.)
Public event MouseLeave (Inherited from UIElement.)
Public event MouseLeftButtonDown (Inherited from UIElement.)
Public event MouseLeftButtonUp (Inherited from UIElement.)
Public event MouseMove (Inherited from UIElement.)
Public event SizeChanged (Inherited from FrameworkElement.)

See Also