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.v18.2.dll

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