Xceed DataGrid for Silverlight Documentation
IncludeNullValues Property


Gets or sets a value indicating whether null (Nothing in Visual Basic) and DbNull values are to be counted.
Syntax
'Declaration
 
Public Property IncludeNullValues As Boolean
'Usage
 
Dim instance As CountFunction
Dim value As Boolean
 
instance.IncludeNullValues = value
 
value = instance.IncludeNullValues
public bool IncludeNullValues {get; set;}

Property Value

true if null (Nothing in Visual Basic) and DbNull values are to be counted; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

CountFunction Class
CountFunction Members

Send Feedback