DVXP TEdit.NET 3.0

ProvideDataViewEventArgs.DataView Property

Place a reference a DataView containing the data for the current table in this property. Note that you are allowed to set a custom Filter on the DataView.

[Visual Basic]
Public Property DataView As DataView
[C#]
public System.Data.DataView DataView {get; set;}

See Also

ProvideDataViewEventArgs Class | DVXP.DXTableEditor Namespace