Xceed Toolkit Plus for WPF v4.6 Documentation
CountFunction Class Properties


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.Data.Stats Namespace : CountFunction Class

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

Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether null (Nothing in Visual Basic) and DbNull values are to be counted.  
Public PropertyGets or sets the unique, case-sensitive property name from which the result of the statistical function can be retrieved. (Inherited from Xceed.Wpf.Data.Stats.StatFunction)
Public PropertyGets or sets the name of the column whose values will be used to calculate the result of the statistical function. (Inherited from CumulativeStatFunction)
Top
Protected Properties
 NameDescription
Protected Internal PropertyGets a value indicating whether the Initialize method has been called, indicating that the types in which the values will be accumulated have been initialized. (Inherited from Xceed.Wpf.Data.Stats.StatFunction)
Protected PropertyGets a value indicating whether an instance of a statistical function is in an immutable state. (Inherited from CumulativeStatFunction)
Protected Internal PropertyGets a list of the statistical functions whose results are required by the current function in order to calculate its own result. (Inherited from CumulativeStatFunction)
Protected Internal PropertyGets a value indicating whether the statistical function needs to accumulate its own results. (Inherited from CumulativeStatFunction)
Top
See Also

Reference

CountFunction Class
Xceed.Wpf.Data.Stats Namespace