WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CaptionSummaryRowControl

    Show / Hide Table of Contents

    Class CaptionSummaryRowControl

    Represents the class that provides the common functionalities of caption summary rows.

    Inheritance
    System.Object
    GridElement
    VirtualizingCellsControl
    CaptionSummaryRowControl
    Implements
    System.IDisposable
    Inherited Members
    VirtualizingCellsControl.ScrollAnimation
    VirtualizingCellsControl.SelectionBorderVisiblityProperty
    VirtualizingCellsControl.HighlightSelectionBorderVisiblityProperty
    VirtualizingCellsControl.RowHoverBackgroundBrushProperty
    VirtualizingCellsControl.RowHighlightBorderThicknessProperty
    VirtualizingCellsControl.RowSelectionBrushProperty
    VirtualizingCellsControl.SelectionForegroundBrushProperty
    VirtualizingCellsControl.GroupRowSelectionBrushProperty
    VirtualizingCellsControl.RowHoverForegroundProperty
    VirtualizingCellsControl.SelectionBorderClipRectProperty
    VirtualizingCellsControl.HighlightBorderClipRectProperty
    VirtualizingCellsControl.RowBackgroundClipProperty
    VirtualizingCellsControl.CurrentFocusRowVisibilityProperty
    VirtualizingCellsControl.CurrentFocusBorderMarginProperty
    VirtualizingCellsControl.SetContent()
    VirtualizingCellsControl.OnMouseEnter(MouseEventArgs)
    VirtualizingCellsControl.OnMouseLeave(MouseEventArgs)
    VirtualizingCellsControl.OnCreateScrollAnimation()
    VirtualizingCellsControl.WireEvents()
    VirtualizingCellsControl.OnSizeChanged(Object, SizeChangedEventArgs)
    VirtualizingCellsControl.OnLoaded(Object, RoutedEventArgs)
    VirtualizingCellsControl.UnwireEvents()
    VirtualizingCellsControl.ApplyFixedRowVisualState(Boolean)
    VirtualizingCellsControl.Dispose()
    VirtualizingCellsControl.OnCreateAutomationPeer()
    VirtualizingCellsControl.SelectionBorderVisiblity
    VirtualizingCellsControl.HighlightSelectionBorderVisiblity
    VirtualizingCellsControl.RowHoverBackgroundBrush
    VirtualizingCellsControl.RowHighlightBorderThickness
    VirtualizingCellsControl.RowSelectionBrush
    VirtualizingCellsControl.SelectionForegroundBrush
    VirtualizingCellsControl.GroupRowSelectionBrush
    VirtualizingCellsControl.RowHoverForeground
    VirtualizingCellsControl.SelectionBorderClipRect
    VirtualizingCellsControl.HighlightBorderClipRect
    VirtualizingCellsControl.RowBackgroundClip
    VirtualizingCellsControl.CurrentFocusRowVisibility
    VirtualizingCellsControl.CurrentFocusBorderMargin
    VirtualizingCellsControl.RowBorderState
    GridElement.AnimationOpacityProperty
    GridElement.AnimationOpacity
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class CaptionSummaryRowControl : VirtualizingCellsControl, IDisposable

    Constructors

    CaptionSummaryRowControl()

    Initializes a new instance of CaptionSummaryRowControl class.

    Declaration
    public CaptionSummaryRowControl()

    Fields

    IsExpandedProperty

    Dependency registration for IsExpanded property.

    Declaration
    public static readonly DependencyProperty IsExpandedProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    IsExpanded

    Gets or sets a value indicating whether this instance Expanded or Collapsed

    Declaration
    public bool IsExpanded { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance ; otherwise, false.

    Methods

    ArrangeOverride(Size)

    Provides the behaviour for the "Arrange" pass of layout.

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    System.Windows.Size finalSize

    The final area within the parent that this object should use to arrange itself and its children.

    Returns
    Type Description
    System.Windows.Size

    The actual size that is used after the element is arranged in layout.

    Dispose(Boolean)

    Disposes all the resources used by the CaptionSummaryRowControl class.

    Declaration
    protected override void Dispose(bool isDisposing)
    Parameters
    Type Name Description
    System.Boolean isDisposing

    Indicates whether the call is from Dispose method or from a finalizer.

    Overrides
    VirtualizingCellsControl.Dispose(Boolean)

    OnApplyTemplate()

    Invoked to apply template for CaptionSummaryRowControl.

    Declaration
    public override void OnApplyTemplate()
    Overrides
    VirtualizingCellsControl.OnApplyTemplate()

    OnPreviewMouseDown(MouseButtonEventArgs)

    Declaration
    protected override void OnPreviewMouseDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    OnPreviewMouseLeftButtonUp(MouseButtonEventArgs)

    Declaration
    protected override void OnPreviewMouseLeftButtonUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved