Back to Devexpress

PivotSerializationOptions.SetStoreLayoutMode(DependencyObject, StoreLayoutMode) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotserializationoptions-dot-setstorelayoutmode-x28-system-dot-windows-dot-dependencyobject-devexpress-dot-xpf-dot-pivotgrid-dot-storelayoutmode-x29.md

latest1.9 KB
Original Source

PivotSerializationOptions.SetStoreLayoutMode(DependencyObject, StoreLayoutMode) Method

Sets the value of the PivotSerializationOptions.StoreLayoutMode attached property for the specified DependencyObject.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public static void SetStoreLayoutMode(
    DependencyObject obj,
    StoreLayoutMode value
)
vb
Public Shared Sub SetStoreLayoutMode(
    obj As DependencyObject,
    value As StoreLayoutMode
)

Parameters

NameTypeDescription
objDependencyObject

The element to which the attached property is written.

| | value | StoreLayoutMode |

The required PivotSerializationOptions.StoreLayoutMode value.

|

See Also

PivotSerializationOptions Class

PivotSerializationOptions Members

DevExpress.Xpf.PivotGrid Namespace