Back to Devexpress

PropertyGridControl.SelectedTab Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertygridcontrol-6906e3f7.md

latest1.9 KB
Original Source

PropertyGridControl.SelectedTab Property

Gets or sets the currently selected tab in the Office View.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Layout")]
[XtraSerializableProperty]
public Tab SelectedTab { get; set; }
vb
<DXCategory("Layout")>
<DefaultValue(Nothing)>
<XtraSerializableProperty>
Public Property SelectedTab As Tab

Property Value

TypeDefaultDescription
DevExpress.XtraVerticalGrid.Tabnull

A DevExpress.XtraVerticalGrid.Tab object representing the currently selected tab.

|

Remarks

Changing the SelectedTab property value raises the PropertyGridControl.SelectedTabChanged event.

See Also

Tabs

SelectedTabChanged

Office View

PropertyGridControl Class

PropertyGridControl Members

DevExpress.XtraVerticalGrid Namespace