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