ASPxTabControlBase.ContentStyle Property
In This Article
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
NuGet Package: DevExpress.Web
#Declaration
public ContentStyle ContentStyle { get; }
#Property Value
Type | Description |
---|---|
Content |
A Content |
#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