API Reference
Class
DataTablesFlattenRule
Per-property flattening rule.
Inheritance
- Object
- DataTablesFlattenRule
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
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.