ASPxTabControlBase.ContentStyle Property
Gets the style settings for the client region of the tabbed content which corresponds to the active tab.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
ContentStyle | A ContentStyle object that contains specific style settings. |
Remarks
The ContentStyle property provides access to the style settings which define the appearance of a region which is displayed under the tab panel within the tab control’s bounds and that corresponds to the currently active tab.
See Also