Back to Devexpress

LayoutViewOptionsCustomization.UseAdvancedRuntimeCustomization Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionscustomization.md

latest6.0 KB
Original Source

LayoutViewOptionsCustomization.UseAdvancedRuntimeCustomization Property

Gets or sets whether additional edit controls providing advanced customization capabilities can be displayed within the LayoutView’s Customization Form.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public bool UseAdvancedRuntimeCustomization { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property UseAdvancedRuntimeCustomization As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if advanced customization edit controls are enabled; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UseAdvancedRuntimeCustomization
LayoutView

.OptionsCustomization .UseAdvancedRuntimeCustomization

|

Remarks

By default, a LayoutView’s runtime Customization Form contains only basic customization edit controls. However, the Form can also display additional edit controls providing advanced customization capabilities, like those available via the Grid Control’s designer. To display advanced customization edit controls, set the UseAdvancedRuntimeCustomization property to true , and enable the required group of edit controls via the following options:

Note that runtime customization is supported if the LayoutViewOptionsBehavior.AllowRuntimeCustomization property is set to true. To

See Also

ShowGroupCardCaptions

ShowGroupCardIndents

ShowGroupCards

ShowGroupFields

ShowGroupHiddenItems

ShowGroupLayout

ShowGroupLayoutTreeView

ShowGroupView

ShowResetShrinkButtons

ShowSaveLoadLayoutButtons

AllowRuntimeCustomization

ShowCustomizationForm()

ShowCustomizeButton

LayoutViewOptionsCustomization Class

LayoutViewOptionsCustomization Members

DevExpress.XtraGrid.Views.Layout Namespace