Skip to main content

ControlRowSource.Control Property

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

Namespace: DevExpress.Data.Controls

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

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

Declaration

public IControlRowSource Control { get; set; }

Property Value

Type Description
IControlRowSource

The control that provides its data rows to another control.

See Also