Back to Devexpress

CustomizationFormAllowedLayouts Enum

corelibraries-devexpress-dot-xtrapivotgrid-dot-customization.md

latest3.8 KB
Original Source

CustomizationFormAllowedLayouts Enum

Lists values that specify which layouts can be applied to the Customization Form.

Namespace : DevExpress.XtraPivotGrid.Customization

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[Flags]
public enum CustomizationFormAllowedLayouts
vb
<Flags>
Public Enum CustomizationFormAllowedLayouts

Members

NameDescription
All

All layouts can be applied to the Customization Form.

| | StackedDefault |

The ‘Fields Section and Areas Section Stacked’ layout can be applied to the Customization Form.

| | StackedSideBySide |

The ‘Fields Section and Areas Section Side-By-Side’ layout can be applied to the Customization Form.

| | TopPanelOnly |

The ‘Fields Section Only’ layout can be applied to the Customization Form.

| | BottomPanelOnly2by2 |

The ‘Areas Section Only (2 by 2)’ layout can be applied to the Customization Form.

| | BottomPanelOnly1by4 |

The ‘Areas Section Only (1 by 4)’ layout can be applied to the Customization Form.

|

The following properties accept/return CustomizationFormAllowedLayouts values:

LibraryRelated API Members
Cross-Platform Class LibraryPivotGridOptionsCustomization.CustomizationFormAllowedLayouts
ASP.NET Web Forms ControlsASPxPivotCustomizationControl.AllowedLayouts
ASP.NET MVC ExtensionsPivotCustomizationExtensionSettings.AllowedLayouts

Remarks

Values listed by this enumeration are used to set the PivotGridOptionsCustomization.CustomizationFormAllowedLayouts property.

See Also

DevExpress.XtraPivotGrid.Customization Namespace