The C1FlexGridGroupPanel type exposes the following members.

Constructors

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

Methods

  Name Description
Public method Arrange (Inherited from UIElement.)
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 GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
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.)

Fields

  Name Description
Public field Static member DragMarkerColorProperty
Identifies the DragMarkerColor dependency property.
Public field Static member FlexGridProperty
Identifies the FlexGrid dependency property.
Public field Static member HideGroupedColumnsProperty
Identifies the HideGroupedColumns dependency property.
Public field Static member MaxGroupsProperty
Identifies the MaxGroups dependency property.

Properties

  Name Description
Public property ActualHeight (Inherited from FrameworkElement.)
Public property ActualWidth (Inherited from FrameworkElement.)
Public property Background (Inherited from Panel.)
Public property Children (Inherited from Panel.)
Public property Clip (Inherited from UIElement.)
Public property ColumnDefinitions (Inherited from Grid.)
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 DragMarkerColor
Gets or sets the color used to show the drag and drop indicators.
Public property FlexGrid
Gets or sets the C1FlexGrid that is connected to this C1FlexGridGroupPanel.
Public property Height (Inherited from FrameworkElement.)
Public property HideGroupedColumns
Gets or sets whether the control should automatically hide grouped columns.
Public property HorizontalAlignment (Inherited from FrameworkElement.)
Public property IsHitTestVisible (Inherited from UIElement.)
Public property Language (Inherited from FrameworkElement.)
Public property Margin (Inherited from FrameworkElement.)
Public property MaxGroups
Gets or sets the maximum number of groups allowed.
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 RowDefinitions (Inherited from Grid.)
Public property ShowGridLines (Inherited from Grid.)
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 Watermark
Gets the TextBlock that shows the watermark in the empty group area.
Public property WatermarkText
Gets or sets the message that appears in the empty group area.
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 PropertyGroupCreated
Event that occurs when a new PropertyGroupDescription has been created.
Public event SizeChanged (Inherited from FrameworkElement.)

See Also