Skip to main content
A newer version of this page is available. .

DiagramDataBindingBehaviorBase.CanRefresh Property

Gets whether the diagram can fetch data from the source collections. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

[Browsable(false)]
public bool CanRefresh { get; }

Property Value

Type Description
Boolean

true, if the diagram can fetch data from the source collections; otherwise, false.

See Also