Skip to main content

RowOperation.Init() Method

Performs specific actions before recursion starts.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public virtual void Init()

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