Back to Devexpress

PivotSerializationOptions.GetStoreLayoutMode(DependencyObject) Method

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

latest1.8 KB
Original Source

PivotSerializationOptions.GetStoreLayoutMode(DependencyObject) Method

Gets 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 StoreLayoutMode GetStoreLayoutMode(
    DependencyObject obj
)
vb
Public Shared Function GetStoreLayoutMode(
    obj As DependencyObject
) As StoreLayoutMode

Parameters

NameTypeDescription
objDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
StoreLayoutMode

The PivotSerializationOptions.StoreLayoutMode property value for the element.

|

See Also

PivotSerializationOptions Class

PivotSerializationOptions Members

DevExpress.Xpf.PivotGrid Namespace