LayoutGroup.IsLocked Property
In This Article
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.v14.2.dll
#Declaration
#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.
#Implements
DevExpress.Xpf.LayoutControl.ILayoutGroup.IsLocked
DevExpress.Xpf.LayoutControl.ILayoutControlCustomizableItem.IsLocked
See Also