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

TabControlStretchView.GetPinMode(DXTabItem) Method

Get 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 TabPinMode GetPinMode(
    DXTabItem obj
)

Parameters

Name Type Description
obj DXTabItem

A DXTabItem object whose value of the TabControlStretchView.PinMode attached property is to be returned.

Returns

Type Description
DevExpress.Xpf.Core.TabPinMode

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

See Also