ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / DateTimeOffsetRangeFilter Class / Maximum Property

In This Topic
    Maximum Property (DateTimeOffsetRangeFilter)
    In This Topic
    Gets or sets the maximum value of the range.
    Syntax
    'Declaration
     
    
    Public Overrides Property Maximum As DateTimeOffset
    public override DateTimeOffset Maximum {get; set;}
    See Also