Skip to main content
A newer version of this page is available. .

RangeFilterDefaultValueEventArgs.ArgumentType Property

Gets the type of Range Filter’s argument values.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public Type ArgumentType { get; }

Property Value

Type Description
Type

A System.Type object that identifies the type of argument values.

See Also