menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CaptionSummaryRowControl - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CaptionSummaryRowControl

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

    Inheritance
    System.Object
    VirtualizingCellsControl
    CaptionSummaryRowControl
    Inherited Members
    VirtualizingCellsControl.ApplyFixedRowVisualState(Boolean)
    VirtualizingCellsControl.CurrentFocusBorderMargin
    VirtualizingCellsControl.CurrentFocusBorderMarginProperty
    VirtualizingCellsControl.CurrentFocusRowVisibility
    VirtualizingCellsControl.CurrentFocusRowVisibilityProperty
    VirtualizingCellsControl.Dispose()
    VirtualizingCellsControl.GroupRowSelectionBrush
    VirtualizingCellsControl.GroupRowSelectionBrushProperty
    VirtualizingCellsControl.HighlightBorderClipRect
    VirtualizingCellsControl.HighlightBorderClipRectProperty
    VirtualizingCellsControl.HighlightSelectionBorderVisiblity
    VirtualizingCellsControl.HighlightSelectionBorderVisiblityProperty
    VirtualizingCellsControl.OnLoaded(Object, RoutedEventArgs)
    VirtualizingCellsControl.OnPointerEntered(PointerRoutedEventArgs)
    VirtualizingCellsControl.OnPointerExited(PointerRoutedEventArgs)
    VirtualizingCellsControl.OnSizeChanged(Object, SizeChangedEventArgs)
    VirtualizingCellsControl.RowBackgroundClip
    VirtualizingCellsControl.RowBackgroundClipProperty
    VirtualizingCellsControl.RowBorderState
    VirtualizingCellsControl.RowHighlightBorderThickness
    VirtualizingCellsControl.RowHighlightBorderThicknessProperty
    VirtualizingCellsControl.RowHoverBackgroundBrush
    VirtualizingCellsControl.RowHoverBackgroundBrushProperty
    VirtualizingCellsControl.RowSelectionBrush
    VirtualizingCellsControl.RowSelectionBrushProperty
    VirtualizingCellsControl.SelectionBorder
    VirtualizingCellsControl.SelectionBorderClipRect
    VirtualizingCellsControl.SelectionBorderClipRectProperty
    VirtualizingCellsControl.SelectionBorderVisiblity
    VirtualizingCellsControl.SelectionBorderVisiblityProperty
    VirtualizingCellsControl.SelectionForegroundBrush
    VirtualizingCellsControl.SelectionForegroundBrushProperty
    VirtualizingCellsControl.SetContent()
    VirtualizingCellsControl.UnwireEvents()
    VirtualizingCellsControl.WireEvents()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class CaptionSummaryRowControl : VirtualizingCellsControl

    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
    Windows.UI.Xaml.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
    Windows.Foundation.Size finalSize

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

    Returns
    Type Description
    Windows.Foundation.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
    protected override void OnApplyTemplate()
    Overrides
    VirtualizingCellsControl.OnApplyTemplate()

    OnPointerPressed(PointerRoutedEventArgs)

    Called before the PointerPressed event occurs.

    Declaration
    protected override void OnPointerPressed(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    OnPointerReleased(PointerRoutedEventArgs)

    Called before the PointerReleased event occurs.

    Declaration
    protected override void OnPointerReleased(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e
    Overrides
    VirtualizingCellsControl.OnPointerReleased(PointerRoutedEventArgs)

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved