Class CaptionSummaryRowControl
Inheritance
System.Object
CaptionSummaryRowControl
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)
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()
Declaration
protected override void OnApplyTemplate()
Overrides
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Overrides
Extension Methods