Version

SummaryUITypeResolved Property

Determines various options for the summary calculation selection UI (read-only).
Syntax
'Declaration
 
Public ReadOnly Property SummaryUITypeResolved As SummaryUIType
public SummaryUIType SummaryUITypeResolved {get;}
Remarks

SummaryUITypeResolved returns the resolved value based on FieldSettings' FieldSettings.SummaryUIType property settings. FieldSettings object is exposed on DataPresenterBase (FieldSettings), FieldLayout (FieldLayout.FieldSettings) and Field (Settings).

To actually specify summary UI type, use the FieldSettings' FieldSettings.AllowSummaries and FieldSettings.SummaryUIType properties.

See FieldSettings.AllowSummaries for more information.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also