API Reference
Class
DataTablesFlattenRule
Per-property flattening rule.
Inheritance
- Object
- DataTablesFlattenRule
Constructors
public DataTablesFlattenRule() #Inherited Methods
Properties
public DataTablesEnumerableFormat Mode { get; set; } #Overrides the flattening mode for the associated property.
public String JoinProperty { get; set; } #Optional property used when Mode is JoinProperty.
public String Separator { get; set; } #Separator used when joining values.
public Nullable<Int32> MaxItems { get; set; } #Optional maximum count of items to render before truncating.