Back to Devexpress

TreeListSettings.ControlStyle Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-treelistsettings-d82e0b3e.md

latest1.2 KB
Original Source

TreeListSettings.ControlStyle Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
AppearanceStyle

A AppearanceStyle object containing style settings.

|

See Also

Tree List

TreeListSettings Class

TreeListSettings Members

DevExpress.Web.Mvc Namespace