A newer version of this page is available.
Switch to the current version.
ControlRowSource.Control Property
Gets or sets the control that provides its data rows to another control.
Namespace: DevExpress.Data.Controls
Assembly: DevExpress.Data.v18.2.dll
Declaration
[DefaultValue(null)]
public IControlRowSource Control { get; set; }
<DefaultValue(Nothing)>
Public Property Control As IControlRowSource
Property Value
Type | Default | Description |
---|---|---|
IControlRowSource | null |
The control that provides its data rows to another control. |
See Also
Feedback