Skip to main content

DataLayoutControlAutoGeneratingItemEventArgs(String, Type, DataLayoutItem) Constructor

In This Article

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

Namespace: DevExpress.Xpf.LayoutControl

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

#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