Back to Devexpress

ASPxVerticalGrid.Styles Property

aspnet-devexpress-dot-web-dot-aspxverticalgrid-546a9af1.md

latest1.4 KB
Original Source

ASPxVerticalGrid.Styles Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
VerticalGridStyles

A VerticalGridStyles object that provides style settings for view elements.

|

Remarks

The VerticalGridStyles object provides a number of properties that allow style settings of various Vertical Grid elements to be customized.

See Also

Vertical Grid

ASPxVerticalGrid Class

ASPxVerticalGrid Members

DevExpress.Web Namespace