ListView.RestoreFocusedObject Property
Specifies whether XAF should restore focus after the object collection changes.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Set the RestoreFocusedObject
property to false
to prevent XAF from restoring the object focus when object collection changes. For instance, this can be useful when implementing Web Style Row Selection in GridView.
See Also