Skip to main content

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

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public bool IsReadOnly { get; set; }

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