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

DataLayoutControlAutoGeneratingItemEventArgs.Item Property

Gets or sets the item that has been generated.

Namespace: DevExpress.Xpf.LayoutControl

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

Declaration

public DataLayoutItem Item { get; set; }

Property Value

Type Description
DataLayoutItem

A DataLayoutItem object that is the generated item.

See Also