ControlRowSource.ControlRows Property
Gets or sets the type of data rows to expose from the source control.
Namespace: DevExpress.Data.Controls
Assembly: DevExpress.Data.Desktop.v25.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
Property Value
Type | Default | Description |
---|---|---|
ControlRows | Visible | The type of data rows to expose from the source control. |
Available values:
Name | Description |
---|---|
Source | The |
Visible | The |
Selected | The |
Remarks
See the following help topic for more information: Display Data from WinForms Controls in a Chart.
See Also