NRowValueGridRule<TGrid> Class Members
In This Topic
The following tables list the members exposed by NRowValueGridRule<TGrid>.
Public Fields
Public Properties
| Name | Description |
| RowValue | Gets or sets the row value that this rule must use. If not specified the rule will try to use a row value provided by the associated column. You need to set this property only if the grid rule is not associated with a column (i.e. Column is null), or want to explicitly change the row value on which the rule operates (for example sort, group or filter by formula). |
Top
Protected Methods
| Name | Description |
| KCC | Overridden. |
Top
See Also