MasterFilterSetEventArgs.SelectedRange Property
Gets the selected range in the Range Filter dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
public RangeFilterSelection SelectedRange { get; }
Public ReadOnly Property SelectedRange As RangeFilterSelection
Property Value
Type | Description |
---|---|
RangeFilterSelection | A RangeFilterSelection object that is the selected range in the Range Filter dashboard item. |
Remarks
Use the MasterFilterSetEventArgs.SelectedValues property to obtain values of currently selected elements in the master filter item.
See Also
Feedback