Back to Devexpress

LayoutGroup.IsLocked Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutgroup-fc84abce.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

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

Property Value

TypeDescription
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

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.LayoutControl Namespace