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