Skip to main content

LayoutViewCard.Update() Method

Invalidates the region occupied by the card.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public override void Update()

Remarks

This method invalidates the region occupied by the card, but doesn’t force an immediate update.

See Also