Back to Devexpress

RowOperation.Init() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowoperation-e53cf969.md

latest1.7 KB
Original Source

RowOperation.Init() Method

Performs specific actions before recursion starts.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public virtual void Init()
vb
Public Overridable Sub 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

Release()

Tree Traversal

RowOperation Class

RowOperation Members

DevExpress.XtraVerticalGrid.Rows Namespace