New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GridExcelBuilder.AutoFilterColumnElement

Defines the filtering properties for a single column of the AutoFilter range.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.GridExcelBuilder.Abstract.ElementBase : IElement
  • Telerik.Web.UI.GridExcelBuilder.AutoFilterColumnElement

Properties

Attributes IAttributesCollection

Collection of the attributes of the current element

AutoFilterAnd AutoFilterAndElement

AutoFilter And element

AutoFilterOr AutoFilterOrElement

AutoFilter Or element

ConditionElement AutoFilterConditionElement

AutoFilter Condition element

FilterType AutoFilterOptions

Gets/sets the FilterType of the AutoFilter element

Hidden Boolean

Determines whether the AutoFilter element is visible

Index Int32

Index of AutoFilter element

InnerElements IElementsCollection

Collection of inner elements

Value Double

AutoFilter element value

Methods

AppendAttributes

Appends the attirbutes to the output

Parameters

sb System.Text.StringBuilder

StringBuilder object that holds the rendered output

Returns

System.Void

Render

Renders the element

Parameters

sb System.Text.StringBuilder

StringBuilder object that holds the rendered output

Returns

System.Void

RenderChildElements

Renders the child elements

Parameters

sb System.Text.StringBuilder

StringBuilder object that holds the rendered output

Returns

System.Void

In this article