Skip to main content

ControlRowSource.Control Property

Gets or sets the source control that provides its data rows.

Namespace: DevExpress.Data.Controls

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

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

Declaration

[DefaultValue(null)]
public IControlRowSource Control { get; set; }

Property Value

Type Default Description
IControlRowSource null

The source control.

Remarks

See the following help topic for more information: Display Data from WinForms Controls in a Chart.

See Also