Skip to main content

InitNodeEventArgs(String, Type, Boolean) Constructor

Initializes a new instance of the class.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public InitNodeEventArgs(
    string propertyName,
    Type propertyType,
    bool isNewNode
)

Parameters

Name Type Description
propertyName String

The property name.

propertyType Type

The property type.

isNewNode Boolean

true, if the node is new; otherwise, false.

See Also