C# Класс Ext.Net.GroupingSummary

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
OnBeforeClientInit void
RegisterCalculations void

Открытые методы

Метод Описание
RefreshSummary ( string groupValue ) : void

Note: requires that all (or the first) record in the group share the same group value.

ShowSummaryMsg ( string groupValue, string msg ) : void

Show a message in the summary row.

ToggleSummaries ( bool visible ) : void

Toggle the display of the summary row on/off

Приватные методы

Метод Описание
OnBeforeClientInit ( Observable sender ) : void
RegisterCalculations ( ) : void

Описание методов

RefreshSummary() публичный Метод

Note: requires that all (or the first) record in the group share the same group value.
public RefreshSummary ( string groupValue ) : void
groupValue string
Результат void

ShowSummaryMsg() публичный Метод

Show a message in the summary row.
public ShowSummaryMsg ( string groupValue, string msg ) : void
groupValue string group value
msg string Text to use as innerHTML for the summary row.
Результат void

ToggleSummaries() публичный Метод

Toggle the display of the summary row on/off
public ToggleSummaries ( bool visible ) : void
visible bool visible 'true' to show the summary, 'false' to hide the summary.
Результат void