Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

VGridControlBase.LayoutChanged() Method

In This Article

Updates the vertical grid.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v24.2.dll

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

#Declaration

public virtual void LayoutChanged()

#Remarks

The LayoutChanged method recalculates all the control’s graphical information and redraws the control. This method is automatically called when global changes are applied to the vertical grid (for instance, when changing row height, records interval, layout style, etc). You may also call this method manually when the control needs to be updated. This can be useful if you implement custom behavior for the vertical grid or when you make changes to the data source and the data source doesn’t support automatic change notifications.

Calling the LayoutChanged method has no effect in the instances listed below:

See Also