Xceed Ultimate ListBox for Silverlight Documentation
Validate Method (AverageFunction)


Validates the statistical function to ensure that it is able to calculate its result.
Syntax
Protected Friend Overrides Sub Validate() 
Dim instance As AverageFunction
 
instance.Validate()
protected internal override void Validate()
Remarks

The Average function validates the ResultPropertyName property is to make sure that a value has been provided and that it is unique. It also validates the SourcePropertyName property to make sure that a single value, which corresponds to an existing column name, has been provided.

Requirements

Target Platforms: Windows 7, 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

Reference

AverageFunction Class
AverageFunction Members
Base Implementation in Validate

Send Feedback