DXCollectionViewBase.IsInitialized Property
Gets whether the DXCollectionView instance is initialized.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public bool IsInitialized { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
See Also