WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTableSummaryRow

    Show / Hide Table of Contents

    Class GridTableSummaryRow

    Represents a class that defines summary information of table summary row in SfDataGrid.

    Inheritance
    System.Object
    GridSummaryRow
    GridTableSummaryRow
    Implements
    ISummaryRow
    INotifyDependencyPropertyChanged
    System.IDisposable
    Inherited Members
    GridSummaryRow.NameProperty
    GridSummaryRow.ShowSummaryInRowProperty
    GridSummaryRow.CalculationUnitProperty
    GridSummaryRow.TitleProperty
    GridSummaryRow.TitleColumnCountProperty
    GridSummaryRow.Name
    GridSummaryRow.ShowSummaryInRow
    GridSummaryRow.CalculationUnit
    GridSummaryRow.SummaryColumns
    GridSummaryRow.Title
    GridSummaryRow.TitleTemplate
    GridSummaryRow.TitleTemplateSelector
    GridSummaryRow.TitleColumnCount
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.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 Description
    System.Windows.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.

    System.Windows.DependencyPropertyChangedEventArgs e

    System.Windows.DependencyPropertyChangedEventArgs that contains the data for various dependency property changed events.

    Implements

    ISummaryRow
    INotifyDependencyPropertyChanged
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved