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

DataControlBase.BeforeLayoutRefresh Event

Enables you to lock down end-user capabilities that affect the onscreen position of the focused row (e.g. moving row focus, row scrolling, sorting, etc.).

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public event GridCancelEventHandler BeforeLayoutRefresh

Event Data

The BeforeLayoutRefresh event's data class is DevExpress.UI.Xaml.Grid.GridCancelEventArgs.

See Also