DataLayoutControlAutoGeneratingItemEventArgs.Item Property
In This Article
Gets or sets the item that has been generated.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.2.dll
NuGet Package: DevExpress.Wpf.LayoutControl
#Declaration
public DataLayoutItem Item { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
See Also