Skip to main content

IControlRowSource.RowSource Property

Returns the data row source.

Namespace: DevExpress.Data.Controls

Assembly: DevExpress.Data.Desktop.v23.1.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design, DevExpress.Win.Dashboard.Design, DevExpress.Win.Design

Declaration

object RowSource { get; }

Property Value

Type Description
Object

The data row source.

See Also