Back to Devexpress

ControlRowSource.Control Property

corelibraries-devexpress-dot-data-dot-controls-dot-controlrowsource.md

latest1.6 KB
Original Source

ControlRowSource.Control Property

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

Namespace : DevExpress.Data.Controls

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

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

Declaration

csharp
[DefaultValue(null)]
public IControlRowSource Control { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Control As IControlRowSource

Property Value

TypeDefaultDescription
IControlRowSourcenull

The source control.

|

Remarks

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

See Also

Display Data from WinForms Controls in a Chart

ControlRowSource Class

ControlRowSource Members

DevExpress.Data.Controls Namespace