Back to Devexpress

DiagramDataBindingControllerBase.CanRefresh Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramdatabindingcontrollerbase-a9790162.md

latest1.3 KB
Original Source

DiagramDataBindingControllerBase.CanRefresh Property

Gets whether the diagram can fetch data from the source collections.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public virtual bool CanRefresh { get; protected set; }
vb
<Browsable(False)>
Public Overridable Property CanRefresh As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DiagramDataBindingControllerBase Class

DiagramDataBindingControllerBase Members

DevExpress.XtraDiagram Namespace