The Filter type exposes the following members.

Constructors

  Name Description
Public method Filter
Creates an empty instance of the Filter class.

Properties

  Name Description
Public property BackColor
Gets or sets the background color of the control.
Public property BackImageUrl
Gets or sets the URL of an image to display in the background of a table control.
Public property BorderColor
Gets or sets the border color of the control.
Public property BorderStyle
Gets or sets the border style of the control.
Public property BorderWidth
Gets or sets the border width of the control.
Public property CellPadding
Gets or sets the amount of space between the contents of the cell and the cell's border.
Public property CellSpacing
Gets or sets the distance between table cells.
Public property CssClass
Gets or sets the cascading style sheet (CSS) class rendered by the control on the client.
Public property Direction
Gets or sets the direction in which to display controls that include text in a panel control.
Public property Filters
A list of filters contained within the control.
Public property FontBold
Gets or sets a value that indicates whether the font is bold.
Public property FontItalic
Gets or sets a value that indicates whether the font is italic.
Public property FontNames
Gets or sets an ordered array of font names.
Public property FontOverline
Gets or sets a value that indicates whether the font is overlined.
Public property FontSize
Gets or sets the font size.
Public property FontStrikeout
Gets or sets a value that indicates whether the font is strikethrough.
Public property FontUnderline
Gets or sets a value that indicates whether the font is underlined.
Public property ForeColor
Gets or sets the foreground color (typically the color of the text) of the control.
Public property GridLines
Gets or sets a value that specifies whether the border between the cells of the table control is displayed.
Public property Height
Gets or sets the height of the control.
Public property HorizontalAlign
Gets or sets the horizontal alignment of the table/panel within its container.
Public property Method
The method to use when applying the Filter.
Public property Property
The Request.Browser property to use with the filter.
Public property ScrollBars
Gets or sets the visibility and position of scroll bars in a panel control.
Public property Style
The CSS style attributes. The bit between the {} brackets.
Public property Value
The filter to apply to the string returned from the Property property.
Public property VerticalAlign
Gets or sets the vertical alignment of the contents in a cell.
Public property Width
Gets or sets the width of the control.
Public property Wrap
Gets or sets a value indicating whether the contents of a cell wrap in the cell.

See Also