HeaderStyle Class
In This Article
Provides style settings for panel headers.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class HeaderStyle :
HeaderStyleBase
#Related API Members
The following members return HeaderStyle objects:
#Remarks
The HeaderStyle class contains the style settings of headers displayed within ASPxRoundPanel controls. These settings can be accessed via the ASPxRoundPanel.HeaderStyle property.
#Inheritance
See Also