Back to Devexpress

BarEditItem.IsReadOnly Property

wpf-devexpress-dot-xpf-dot-bars-dot-baredititem-7373135c.md

latest1.1 KB
Original Source

BarEditItem.IsReadOnly Property

Gets or sets whether the corresponding editor is read-only. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsReadOnly { get; set; }
vb
Public Property IsReadOnly As Boolean

Property Value

TypeDescription
Boolean

true if the corresponding editor is read-only; otherwise, false.

|

See Also

EditSettings

BarEditItem Class

BarEditItem Members

DevExpress.Xpf.Bars Namespace