Back to Devexpress

ITabContentModel.Kind Property

xtrareports-devexpress-dot-blazor-dot-reporting-dot-models-dot-itabcontentmodel.md

latest1.4 KB
Original Source

ITabContentModel.Kind Property

Specifies the tab kind.

Namespace : DevExpress.Blazor.Reporting.Models

Assembly : DevExpress.Blazor.v25.2.Viewer.dll

NuGet Package : DevExpress.Blazor.Viewer

Declaration

csharp
TabContentKind Kind { get; }
vb
ReadOnly Property Kind As TabContentKind

Property Value

TypeDescription
TabContentKind

An enumeration value.

|

Available values:

NameDescription
Custom

A custom panel.

| | Parameters |

The Parameters tab.

| | Search |

The Search tab.

| | DocumentMap |

The Document Map tab.

| | ExportOptions |

The Export Options tab.

| | AIOperations |

The AI Operations tab.

|

See Also

ITabContentModel Interface

ITabContentModel Members

DevExpress.Blazor.Reporting.Models Namespace