Back to Devexpress

CategoryRowProperties.ReadOnly Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-categoryrowproperties-f0fca420.md

latest1.6 KB
Original Source

CategoryRowProperties.ReadOnly Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Nullable<Boolean>

Always returns true.

|

See Also

ReadOnly

Rows

CategoryRowProperties Class

CategoryRowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace