IValueManager<ValueType>.CanManageValue Property
Indicates whether the value manager can currently be used.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Check this property to make sure the ValueManager can currently manage values. This property returns false if the ValueManager‘s storage is not initialized or is inaccessible from the current place.
<!–TODO: rewrite for a different example –!>
See Also