Class View.Filter
Represents a filter for a View.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class View.Filter
Properties
FilterMode
Gets or sets the mode of the filter.
Declaration
public string FilterMode { get; set; }
Property Value
Type | Description |
---|---|
string |
FilterQuery
Gets or sets the query used for the filter.
Declaration
public string FilterQuery { get; set; }
Property Value
Type | Description |
---|---|
string |