TimelineState.SingleRangeFilterState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True when the filtering state is a contiguous date range; False otherwise. Boolean (bool in C#) Read-only.
public:
property bool SingleRangeFilterState { bool get(); };
public bool SingleRangeFilterState { get; }
Public ReadOnly Property SingleRangeFilterState As Boolean