Represents a summary row item containing summary items.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
[TypeConverter(typeof(GridViewSummaryRowItemTypeConverter))]
public class GridViewSummaryRowItem : ObservableCollection<GridViewSummaryItem>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectCollection<GridViewSummaryItem>ObservableCollection<GridViewSummaryItem>GridViewSummaryRowItem
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewSummaryRowItem.
C#
public GridViewSummaryRowItem()
Initializes a new instance of the GridViewSummaryRowItem.
Properties
Gets or sets the owner template.
C#
public GridViewTemplate Template { get; }
Gets the item related with the specified field name.
C#
[Browsable(false)]
public List<GridViewSummaryItem> this[string fieldName] { get; }
the field name
Property Value:an instance of GridViewSummaryItem if found, null otherwise.
Methods
Calls the NotifyListenersCollectionChanged method with the provided arguments if not in a batch update.
C#
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Overrides: