Options

DocumentTableLoadArgs.Options property

Gets or sets DocumentTableOptions to be used while loading the corresponding document table. The default value is null, which means that default DocumentTableOptions are to be applied.

public DocumentTableOptions Options { get; set; }

See Also