Skip to main content

ASPxClientPivotCustomization.SetLayout(layout) Method

Specifies the Customization Control’s layout.

Declaration

SetLayout(
    layout: string
): void

Parameters

Name Type Description
layout string

A string that specifies the Customization Control’s layout.

Remarks

The layout name passed to the SetLayout method must match the name of the corresponding CustomizationFormLayout enumeration member. For instance, to apply the Areas Section Only (1 by 4) layout, pass the “BottomPanelOnly1by4” string.

See Also