Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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

#Declaration

[Browsable(false)]
public bool IsSourceReadOnly { get; }

#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