Back to Devexpress

ASPxCallbackPanel.Styles Property

aspnet-devexpress-dot-web-dot-aspxcallbackpanel-89693dfb.md

latest1.2 KB
Original Source

ASPxCallbackPanel.Styles Property

Provides access to the style settings that control the appearance of the panel elements.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CallbackPanelStyles Styles { get; }
vb
Public ReadOnly Property Styles As CallbackPanelStyles

Property Value

TypeDescription
CallbackPanelStyles

A CallbackPanelStyles object that provides style settings for visual elements.

|

Remarks

The returned object provides a number of properties that allow style settings of various visual elements to be customized.

See Also

ASPxCallbackPanel Class

ASPxCallbackPanel Members

DevExpress.Web Namespace