Table of Contents

Class ValueSectionedReferenceOptions<T>

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll
public record ValueSectionedReferenceOptions<T> : IEquatable<ValueSectionedReferenceOptions<T>> where T : IEntity<T>

Type Parameters

T
Inheritance
ValueSectionedReferenceOptions<T>
Implements
Inherited Members

Properties

ConfigureContent

public Action<ContentOptions>? ConfigureContent { get; set; }

Property Value

Action<ContentOptions>

CreateContent

public Func<T, Action<ContentOptions>, ContentControllerBase<T>>? CreateContent { get; set; }

Property Value

Func<T, Action<ContentOptions>, ContentControllerBase<T>>

IsContentEditable

Override editability of the referenced entity.

public bool? IsContentEditable { get; set; }

Property Value

bool?