Back to Devexpress

RowProperties.IsSourceReadOnly Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowproperties-ada279ba.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[Browsable(false)]
public bool IsSourceReadOnly { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsSourceReadOnly As Boolean

Property Value

TypeDescription
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

ReadOnly

Rows

Binding to Data

RowProperties Class

RowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace