Skip to main content
A newer version of this page is available. .

TabControlStretchView.SetPinMode(DXTabItem, TabPinMode) Method

Sets the value of the TabControlStretchView.PinMode attached property for a specific tab.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public static void SetPinMode(
    DXTabItem obj,
    TabPinMode value
)

Parameters

Name Type Description
obj DXTabItem

The DXTabItem object whose TabControlStretchView.PinMode attached property is to be set.

value DevExpress.Xpf.Core.TabPinMode

The new value of the TabControlStretchView.PinMode attached property for a specific tab.

See Also