RowOperation.Init() Method
In This Article
Performs specific actions before recursion starts.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Remarks
As implemented in the RowOperation class, the Init method does nothing. When creating the operation class, you can override this method to specify some initial actions to perform before the recursion starts.
Refer to the Tree Traversal topic for more information on Row Iteration.
See Also