Skip to main content
A newer version of this page is available. .

LayoutViewCard.AllowCustomizeChildren Property

Gets or sets whether the layout of fields in the card can be customized using drag and drop. This member is not supported by the LayoutViewCard class,

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[Browsable(false)]
public override bool AllowCustomizeChildren { get; set; }

Property Value

Type Description
Boolean

A Boolean value.

Remarks

To disable runtime layout customization, use the LayoutViewOptionsBehavior.AllowRuntimeCustomization property.

See Also