Back to Devexpress

TreeViewSettings.ControlStyle Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-treeviewsettings-bc42ed99.md

latest1.2 KB
Original Source

TreeViewSettings.ControlStyle Property

Provides access to the style settings declared at the root level of the TreeView’s wrapped web server control.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public AppearanceStyleBase ControlStyle { get; }
vb
Public ReadOnly Property ControlStyle As AppearanceStyleBase

Property Value

TypeDescription
AppearanceStyleBase

A AppearanceStyleBase object containing style settings.

|

See Also

TreeView

TreeViewSettings Class

TreeViewSettings Members

DevExpress.Web.Mvc Namespace