Xceed DataGrid for Silverlight Documentation
Validate Method (SumFunction)


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

The Sum 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, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SumFunction Class
SumFunction Members
Base Implementation in Validate

Send Feedback