Back to Devexpress

XPServerCollectionSource.AllowEdit Property

xpo-devexpress-dot-xpo-dot-xpservercollectionsource.md

latest1.1 KB
Original Source

XPServerCollectionSource.AllowEdit Property

Gets or sets whether data editing is allowed.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[DefaultValue(false)]
public bool AllowEdit { get; set; }
vb
<DefaultValue(False)>
Public Property AllowEdit As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to allow data editing; otherwise, false.

|

See Also

XPServerCollectionSource Class

XPServerCollectionSource Members

DevExpress.Xpo Namespace