For a list of all members of this type, see SummaryRow members.
| Name | Description | |
|---|---|---|
![]() | AnimationDurationMs | The duration of the animation that the summary dropdown will play while its displaying or hiding in milliseconds |
![]() | AnimationEnabled | Determines whether the summary dropdown will play an animation while it is displaying or hiding |
![]() | AnimationType | The type of animation that the summary dropdown will play when it is displaying or hiding. |
![]() | ColumnSettings | Holds the column settings for the SummaryRow behavior. |
![]() | ColumnSummaries | A collection of columns that will have summaries calculated for them. Only one entry per column is allowed. |
![]() | CompactRendering | Specifies how compact the summaries are rendered. On indicates that the summaries may be rendered compactly, even mixing different summaries on the same line. Off ensures that each summary type is occupying a separate line. Auto will use Off if the maximum number of visible summaries is one or less and On otherwise. |
![]() | EmptyFooterText | Filler for an empty summary . The deafult value is "--". |
![]() | Enabled | Overridden. Ovverriden property. Enable the behvaior in the grid. |
![]() | EnableInheritance | This property will have an affect only for WebHierarchicalDataGrid and when set to true will enable the behavior for child bands. |
![]() | EnableSummariesFilter | If the property is set to True then summaries will calculate based on the data that has not been filtered out by the filtering conditions applied through the grid's Filtering behavior. If the property is set to False then the summaries will be calculated on the whole data no matter if it is filtered out or not. |
![]() | FormatString | This is the format string that is applied to all summaries' text in the footer. The default is "{0} = {1}" where {0} is the summary name and {1} is the value. Beware that using a formatting specific to a particular type here can cause an exception when other types use this formatting. This can be overriden on a column setting or a summary setting. |
![]() | Grid | A reference to the grid the behavior belongs to. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior) |
![]() | HasCalculateCustomSummaryHandled | Indicates if the CalculateCustomSummary event is handled. |
![]() | HasCalculateNormalSummaryHandled | Indicates if the CalculateCustomSummary event is handled. |
![]() | HasSummaryCalculatedHandled | Indicates if the SummaryCalculated event is handled. |
![]() | Index | Index of the behavior inside of the behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior) |
![]() | IsEmpty | Checks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | Name | Overridden. Holds name of the behavior. It's "SummaryRow" for the summaries behavior. |
![]() | OwnerCollection | A reference to the grid behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior) |
![]() | ShowSummariesButtons | Boolean property, which determines if the summary buttons for the summary row are shown next to the header caption.
True - the buttons are shown, this is the default False - the buttons are not shown and summaries can only be add programmatically. |
![]() | SummariesCssClass | CSS class for the summaries cells (the TH elements that display the summary value). |
![]() | SummaryButton | The button object that will be displayed in the grid's column header for showing the summary drop down. |
![]() | SummaryDropdownZIndex | Sets/Gets the Z-Index of the summary dropdown element. |
![]() | SummaryRowClientEvents | Holds client side event definitions for the summary row behavior. |
| Name | Description | |
|---|---|---|
![]() | AdditionalClientState | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | CollectionData | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | ControlRunBot | Returns reference to the Grid's runbot (Inherited from Infragistics.Web.UI.GridControls.GridBehavior) |
![]() | DelayLoadingClientCollections | Customizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | IsTrackingViewState | This method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | PropCount | Overridden. The number of properties for SummaryRow |
![]() | RequiresDataBinding | Overridden. Indicates whether the behavior is data binding related. |
![]() | TransactionLists | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | ViewState | Property to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |