Skip to main content

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

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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