Class CaptionSummaryRowControl
Represents the class that provides the common functionalities of caption summary rows.
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class CaptionSummaryRowControl : DataGridRowControl, IDisposableConstructors
CaptionSummaryRowControl()
Initializes a new instance of CaptionSummaryRowControl class.
Declaration
public CaptionSummaryRowControl()Fields
IsExpandedProperty
Dependency registration for IsExpanded property.
Declaration
public static readonly DependencyProperty IsExpandedPropertyField Value
| Type | 
|---|
| 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
OnApplyTemplate()
Invoked to apply template for CaptionSummaryRowControl.
Declaration
protected override void OnApplyTemplate()Overrides
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 |