Back to Devexpress

TreeListIndentStyle Class

aspnet-devexpress-dot-web-dot-aspxtreelist-e16211c0.md

latest2.2 KB
Original Source

TreeListIndentStyle Class

Provides the style settings used to paint node indents.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListIndentStyle :
    TreeListIndentStyleBase
vb
Public Class TreeListIndentStyle
    Inherits TreeListIndentStyleBase

The following members return TreeListIndentStyle objects:

Remarks

These settings can be accessed using the TreeListStyles.Indent and TreeListStyles.IndentWithButton properties.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase TreeListIndentStyleBase TreeListIndentStyle

See Also

TreeListIndentStyle Members

Tree List

DevExpress.Web.ASPxTreeList Namespace