Skip to main content
A newer version of this page is available. .

ControlRowSource.Control Property

Gets or sets the control that provides its data rows to another control.

Namespace: DevExpress.Data.Controls

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

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

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

Property Value

Type Default Description
IControlRowSource *null*

The control that provides its data rows to another control.

See Also