Back to Devexpress

LayoutGroup.KeepSelectionOnTabRemoval Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutgroup-f75de17a.md

latest1.2 KB
Original Source

LayoutGroup.KeepSelectionOnTabRemoval Property

Gets or sets whether a selected tab keeps its selected state after changing the layout group item collection.

Namespace : DevExpress.Xpf.LayoutControl

Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public bool KeepSelectionOnTabRemoval { get; set; }
vb
Public Property KeepSelectionOnTabRemoval As Boolean

Property Value

TypeDescription
Boolean

true , to keep selection; otherwise, false.

|

See Also

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.LayoutControl Namespace