Class GridCaptionSummaryCell
Represents a class that provides the common functionalities of Caption Summary cells in SfDataGrid.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class GridCaptionSummaryCell : GridCell, IDisposable
Constructors
GridCaptionSummaryCell()
Initializes a new instance of GridCaptionSummaryCell class.
Declaration
public GridCaptionSummaryCell()
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Returns a class-specific AutomationPeer Implementaions for the Microsoft UI Automation infrastrcutre.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type | Description |
---|---|
System.Windows.Automation.Peers.AutomationPeer | The class-specific AutomationPeer subclass. |
Overrides
Implements
System.IDisposable