Back to Devexpress

DXTabItem.IsNew Property

wpf-devexpress-dot-xpf-dot-core-dot-dxtabitem-bed63a71.md

latest950 B
Original Source

DXTabItem.IsNew Property

Gets or sets whether the tab item is new. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Boolean

true, if the tab item is new; otherwise, false.

|

See Also

DXTabItem Class

DXTabItem Members

DevExpress.Xpf.Core Namespace