Skip to main content

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

bool CanManageValue { get; }

Property Value

Type Description
Boolean

true, if the value manager can currently be used; otherwise, false.

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