CollectionViewSource::IsLiveGrouping Property
.NET Framework (current version)
Gets a value that indicates whether the CollectionViewSource groups data in real time.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property Nullable<bool> IsLiveGrouping { Nullable<bool> get(); private: void set(Nullable<bool> value); }
Property Value
Type: System::Nullable<Boolean>true if grouping data in real time is enable; false if live grouping is not enabled; null if it cannot be determined whether the collection view implements live grouping. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.
.NET Framework
Available since 4.5
Available since 4.5
Show: