Version

Type Property (DatePeriodFilter)

Gets or sets the type of date period to filter in.
Syntax
public DatePeriodFilterType Type {get; set;}

Property Value

Month to filter in dates in a specific month of any year; Quarter to filter in dates in a specific quarter of any year.
Exceptions
ExceptionDescription
Infragistics.Documents.Excel.MockClasses.InvalidEnumArgumentExceptionThe value assigned is not defined in the DatePeriodFilterType enumeration.
System.ArgumentExceptionThe value assigned is Quarter and the Value is less than 1 or greater than 4 or the value assigned is Month and the Value is less than 1 or greater than 12.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also