Back to Devexpress

TreeListFilterRowStyle Class

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

latest2.0 KB
Original Source

TreeListFilterRowStyle Class

Provides the style settings used to paint cells within the tree list’s filter row.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListFilterRowStyle :
    TreeListNodeStyle
vb
Public Class TreeListFilterRowStyle
    Inherits TreeListNodeStyle

The following members return TreeListFilterRowStyle objects:

Remarks

These settings can be accessed using the TreeListStyles.FilterRow property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase TreeListNodeStyle TreeListFilterRowStyle

See Also

TreeListFilterRowStyle Members

DevExpress.Web.ASPxTreeList Namespace