Skip to main content
Tab

FilterControlTextColumn Class

Represents a filter column which contains string values.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class FilterControlTextColumn :
    FilterControlEditColumn

Remarks

Use the FilterControlTextColumn.PropertiesTextEdit property to access settings of an editor used to edit operand values for this type of filter column.

See Also