WinUI

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
    DataGridRowControl
    CaptionSummaryRowControl
    Implements
    System.IDisposable
    Inherited Members
    DataGridRowControl.SelectionBorderVisibilityProperty
    DataGridRowControl.HighlightSelectionBorderVisibilityProperty
    DataGridRowControl.SelectionForegroundProperty
    DataGridRowControl.RowHoverForegroundProperty
    DataGridRowControl.SetContent()
    DataGridRowControl.OnPointerEntered(PointerRoutedEventArgs)
    DataGridRowControl.OnPointerExited(PointerRoutedEventArgs)
    DataGridRowControl.WireEvents()
    DataGridRowControl.OnSizeChanged(Object, SizeChangedEventArgs)
    DataGridRowControl.OnLoaded(Object, RoutedEventArgs)
    DataGridRowControl.UnwireEvents()
    DataGridRowControl.ApplyFixedRowVisualState(Boolean)
    DataGridRowControl.Dispose()
    DataGridRowControl.OnCreateAutomationPeer()
    DataGridRowControl.SelectionBorderVisibility
    DataGridRowControl.HighlightSelectionBorderVisibility
    DataGridRowControl.SelectionForeground
    DataGridRowControl.RowHoverForeground
    DataGridRowControl.RowBorderState
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class CaptionSummaryRowControl : DataGridRowControl, 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
    Microsoft.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
    DataGridRowControl.Dispose(Boolean)

    OnApplyTemplate()

    Invoked to apply template for CaptionSummaryRowControl.

    Declaration
    protected override void OnApplyTemplate()
    Overrides
    DataGridRowControl.OnApplyTemplate()

    OnPointerPressed(PointerRoutedEventArgs)

    Called before the PointerPressed event occurs.

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

    OnPointerReleased(PointerRoutedEventArgs)

    Called before the PointerReleased event occurs.

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

    Implements

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