Back to Devexpress

TreeListFilterCellStyle Class

aspnet-devexpress-dot-web-dot-aspxtreelist-3409a0e8.md

latest2.2 KB
Original Source

TreeListFilterCellStyle 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 TreeListFilterCellStyle :
    AppearanceStyle
vb
Public Class TreeListFilterCellStyle
    Inherits AppearanceStyle

The following members return TreeListFilterCellStyle objects:

Remarks

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle TreeListFilterCellStyle

See Also

TreeListFilterCellStyle Members

DevExpress.Web.ASPxTreeList Namespace