CustomPropertyDescriptorsEventArgs(Object, ITypeDescriptorContext, Attribute[]) Constructor
Initializes a new instance of the CustomPropertyDescriptorsEventArgs class with the specified settings.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
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