DataLayoutItem.IsReadOnly Property
Gets or sets whether the layout item’s editor is read-only. This is a dependency property.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the layout item’s editor is read-only; otherwise, false. |
Remarks
To make all editors read-only, use the DataLayoutControl.IsReadOnly property.
To learn about other cases when the linked editor is read-only, see DataLayoutItem.IsActuallyReadOnly.
See Also