Skip to main content

TableNotSelectedValidationException.Table Property

Indicates the table that has not been selected.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public Table Table { get; }

Property Value

Type Description
Table

A Table object.

See Also