DataLayoutControlAutoGeneratingItemEventArgs.Item Property
Gets or sets the item that has been generated.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
Property Value
Type | Description |
---|---|
DataLayoutItem | A DataLayoutItem object that is the generated item. |
See Also