Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeListCellValidationEventArgs(Object, Object, Int32, TreeListView, ColumnBase) Constructor

In This Article

Initializes a new instance of the TreeListCellValidationEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v24.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

public TreeListCellValidationEventArgs(
    object source,
    object value,
    int rowHandle,
    TreeListView view,
    ColumnBase column
)

#Parameters

Name Type Description
source Object

An object that raised the event.

value Object

The cell’s value.

rowHandle Int32

The handle of the row that contains the validated cell.

view TreeListView

A TreeListView object that is the view that raised the event.

column ColumnBase

A column that contains the validated cell.

See Also