Skip to main content

DataLayoutControlAutoGeneratingItemEventArgs(String, Type, DataLayoutItem) Constructor

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

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v23.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public DataLayoutControlAutoGeneratingItemEventArgs(
    string propertyName,
    Type propertyType,
    DataLayoutItem item
)

Parameters

Name Type Description
propertyName String

A string to be assigned to the DataLayoutControlAutoGeneratingItemEventArgs.PropertyName property.

propertyType Type

A Type object to be assigned to the DataLayoutControlAutoGeneratingItemEventArgs.PropertyType property.

item DataLayoutItem

A DataLayoutItem object to be assigned to the DataLayoutControlAutoGeneratingItemEventArgs.Item property.

See Also