Skip to main content
All docs
V23.2

CustomValueEditorArgs(ClauseNode, Object, Int32, RepositoryItem) Constructor

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

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public CustomValueEditorArgs(
    ClauseNode node,
    object value,
    int elementIndex,
    RepositoryItem repositoryItem
)

Parameters

Name Type
node DevExpress.XtraEditors.Filtering.ClauseNode
value Object
elementIndex Int32
repositoryItem RepositoryItem
See Also