Skip to main content

LayoutGroup.IsLocked Property

Gets or sets whether the group is locked, and so items cannot be selected, moved within, into or outside the group. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v23.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public bool IsLocked { get; set; }

Property Value

Type Description
Boolean

A Boolean value that specifes that the group is locked.

Remarks

If the IsLocked property is set to true, the group’s contents cannot be modified or selected in customization mode.

See Also