SchemaInitEventArgs.Table Property
In This Article
Gets an object metadata the schema for which has been created in storage.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
#Declaration
public XPClassInfo Table { get; }
#Property Value
Type | Description |
---|---|
XPClass |
An XPClass |
See Also