Skip to main content

DataControlBase.BeforeLayoutRefresh Event

In This Article

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.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public event GridCancelEventHandler BeforeLayoutRefresh

#Event Data

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

See Also