'Declaration
Public Function New( _ Optional ByVal propertyName As String, _ Optional ByVal isAutoGenerated As Boolean _ )
public ThreeStateFilter( string propertyName, bool isAutoGenerated )
Parameters
- propertyName
- The name of the data item property.
- isAutoGenerated
- This filter is auto generated.