Back to Devexpress

LayoutGroup.PageEnabled Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-97ac4a27.md

latest1.4 KB
Original Source

LayoutGroup.PageEnabled Property

Gets or sets whether the tab that corresponds to the current group is enabled. This property is in effect when the group is represented as a tab page within a TabbedControlGroup.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
public bool PageEnabled { get; set; }
vb
<DefaultValue(True)>
<Browsable(False)>
Public Property PageEnabled As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the tab that corresponds to the current group is enabled; otherwise, false.

|

See Also

Enabled

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace