Skip to main content
A newer version of this page is available. .

CustomPropertyDescriptorsEventArgs(Object, ITypeDescriptorContext, Attribute[]) Constructor

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

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public CustomPropertyDescriptorsEventArgs(
    object source,
    ITypeDescriptorContext context,
    Attribute[] attributes
)

Parameters

Name Type Description
source Object

A source object.

context ITypeDescriptorContext

An ITypeDescriptorContext object.

attributes Attribute[]

An array of Attribute objects.

See Also