Version

SummaryRow Class Properties

For a list of all members of this type, see SummaryRow members.

Public Properties
 NameDescription
Public PropertyAnimationDurationMsThe duration of the animation that the summary dropdown will play while its displaying or hiding in milliseconds  
Public PropertyAnimationEnabledDetermines whether the summary dropdown will play an animation while it is displaying or hiding  
Public PropertyAnimationTypeThe type of animation that the summary dropdown will play when it is displaying or hiding.  
Public PropertyColumnSettingsHolds the column settings for the SummaryRow behavior.  
Public PropertyColumnSummariesA collection of columns that will have summaries calculated for them. Only one entry per column is allowed.  
Public PropertyCompactRenderingSpecifies 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.  
Public PropertyEmptyFooterTextFiller for an empty summary . The deafult value is "--".  
Public PropertyEnabledOverridden. Ovverriden property. Enable the behvaior in the grid.  
Public PropertyEnableInheritanceThis property will have an affect only for WebHierarchicalDataGrid and when set to true will enable the behavior for child bands.  
Public PropertyEnableSummariesFilterIf 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.  
Public PropertyFormatStringThis 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.  
Public PropertyGridA reference to the grid the behavior belongs to. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyHasCalculateCustomSummaryHandledIndicates if the CalculateCustomSummary event is handled.  
Public PropertyHasCalculateNormalSummaryHandledIndicates if the CalculateCustomSummary event is handled.  
Public PropertyHasSummaryCalculatedHandledIndicates if the SummaryCalculated event is handled.  
Public PropertyIndexIndex of the behavior inside of the behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyIsEmptyChecks 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)
Public PropertyNameOverridden. Holds name of the behavior. It's "SummaryRow" for the summaries behavior.  
Public PropertyOwnerCollectionA reference to the grid behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyShowSummariesButtonsBoolean 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.

 
Public PropertySummariesCssClassCSS class for the summaries cells (the TH elements that display the summary value).  
Public PropertySummaryButtonThe button object that will be displayed in the grid's column header for showing the summary drop down.  
Public PropertySummaryDropdownZIndexSets/Gets the Z-Index of the summary dropdown element.  
Public PropertySummaryRowClientEventsHolds client side event definitions for the summary row behavior.  
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyControlRunBotReturns reference to the Grid's runbot (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Protected PropertyDelayLoadingClientCollectionsCustomizes 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)
Protected PropertyIsTrackingViewStateThis 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)
Protected PropertyPropCountOverridden. The number of properties for SummaryRow  
Protected PropertyRequiresDataBindingOverridden. Indicates whether the behavior is data binding related.  
Protected PropertyTransactionLists (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyViewStateProperty to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
See Also