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

TileView.LayoutChanged() Method

Redraws this TileView.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public override void LayoutChanged()

Remarks

The LayoutChanged method recalculates all graphical information about the current view and redraws it. This method is called automatically when certain changes are applied to the View. You may also call this method manually when the view needs to be updated.

See Also