ConfigureFieldsBeforeEventArgsTableDisplayNames Property

Gets or sets a dictionary in key-value form that provides the display text for each table in the tree structure.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public Dictionary<string, string> TableDisplayNames { get; set; }

Property Value

DictionaryString, String

See Also