RowProperties.IsSourceReadOnly Property
Gets whether the data field corresponding to the current editor row is read only in the data source.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the data field is read only in the data source.; otherwise, false. |
Remarks
Use the IsSourceReadOnly property to get whether the data field corresponding to the current editor row is read only in the data source. To learn more on how to bind the VGridControl to a data source, see the Binding to Data topic.
See Also