Table of Contents

Class DynamicDataOptions

Namespace
DynamicData
Assembly
DynamicData.dll

System-wide options container.

public static class DynamicDataOptions
Inheritance
DynamicDataOptions

Properties

Binding

Gets or sets the system-wide default values for all Bind operations.

public static BindingOptions Binding { get; set; }

Property Value

BindingOptions

SortAndBind

Gets or sets the system-wide default values for all SortAndBind operations.

public static SortAndBindOptions SortAndBind { get; set; }

Property Value

SortAndBindOptions