UWP

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

    Show / Hide Table of Contents

    Class CaptionSummaryRowControl

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

    Constructors

    CaptionSummaryRowControl()

    Declaration
    public CaptionSummaryRowControl()

    Fields

    IsExpandedProperty

    Declaration
    public static readonly DependencyProperty IsExpandedProperty
    Field Value
    Type Description
    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)

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

    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()

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

    OnPointerPressed(PointerRoutedEventArgs)

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

    OnPointerReleased(PointerRoutedEventArgs)

    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 - 2021 Syncfusion Inc. All Rights Reserved