TabsSpaceTemplateContainer(ASPxTabControlBase, TabSpaceTemplatePosition) Constructor
Initializes a new instance of the TabsSpaceTemplateContainer class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public TabsSpaceTemplateContainer(
ASPxTabControlBase tabControl,
TabSpaceTemplatePosition position
)
Parameters
Name | Type | Description |
---|---|---|
tabControl | ASPxTabControlBase | An ASPxTabControlBase descendant that owns the current object. This value is assigned to the TabsSpaceTemplateContainer.TabControl property. |
position | TabSpaceTemplatePosition | A TabSpaceTemplatePosition enumeration value that specifies the tab space template’s position. This value is assigned to the TabsSpaceTemplateContainer.Position property. |
See Also