Nevron.Nov.Grid Namespace / NRowValueGridRule<TGrid> Class


In This Topic
    NRowValueGridRule<TGrid> Class Properties
    In This Topic

    For a list of all members of this type, see NRowValueGridRule<TGrid> members.

    Public Properties
     NameDescription
    Public PropertyGets 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
    See Also