Back to Devexpress

BackstageViewControl.IsInUpdate Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-f814a571.md

latest1.8 KB
Original Source

BackstageViewControl.IsInUpdate Property

Gets whether the control’s visual updates are postponed.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsInUpdate { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property IsInUpdate As Boolean

Property Value

TypeDescription
Boolean

true if the control’s visual updates are postponed; otherwise, false.

|

Remarks

The control’s visual updates can be postponed via the BackstageViewControl.BeginUpdate method. To enable the control’s updates and immediately update the control, use the BackstageViewControl.EndUpdate method.

See Also

BeginUpdate()

EndUpdate()

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace