Class GridTableSummaryRow
Represents a class that defines summary information of table summary row in SfDataGrid.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridTableSummaryRow : GridSummaryRow, ISummaryRow, INotifyDependencyPropertyChanged, IDisposable
Constructors
GridTableSummaryRow()
Declaration
public GridTableSummaryRow()
Fields
PositionProperty
Identifies the Position dependency property.
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
Type |
---|
Microsoft.UI.Xaml.DependencyProperty |
Remarks
The identifier for the Position dependency property.
Properties
Position
Gets or sets a value that indicates the position of table summary row in SfDataGrid.
Declaration
public TableSummaryRowPosition Position { get; set; }
Property Value
Type | Description |
---|---|
TableSummaryRowPosition | One of the TableSummaryRowPosition enumeration that specifies the position of table summary row. The default value is Bottom. |
Methods
Dispose()
Releases all the resources used by GridTableSummaryRow class.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes all the resources used by GridTableSummaryRow class.
Declaration
protected virtual void Dispose(bool isDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDisposing | Indicates whether the call is from Dispose method or from a finalizer. |
OnDependencyPropertyChanged(String, DependencyPropertyChangedEventArgs)
Invoked when the value of any dependency property in the table summary row has been changed.
Declaration
public void OnDependencyPropertyChanged(string propertyName, DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | The property name that has changed in table summary row. |
Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs | e | Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs that contains the data for various dependency property changed events. |