Skip to main content

DataLayoutControlAutoGeneratingItemEventArgs.Item Property

Gets or sets the item that has been generated.

Namespace: DevExpress.Xpf.LayoutControl

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

#Declaration

public DataLayoutItem Item { get; set; }

#Property Value

Type Description
DataLayoutItem

A DataLayoutItem object that is the generated item.

See Also