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.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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