Class TemplateAddHelperTextView
Interaction logic for TemplateAddHelperTextView.xaml
Inheritance
TemplateAddHelperTextView
Implements
Inherited Members
Namespace: Phoenix.Aruba.Views.Templates
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class TemplateAddHelperTextView : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
View SourceTemplateAddHelperTextView()
Initializes a new instance of the TemplateAddHelperTextView class.
Declaration
public TemplateAddHelperTextView()
Properties
View SourceCancelled
Gets or sets a value indicating whether the user cancelled adding helper text.
Declaration
public bool Cancelled { get; set; }
Property Value
Type | Description |
---|---|
bool |
FieldName
Gets or sets the field name this helper text is associated with.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
string |
HelperText
Gets or sets the helper text content.
Declaration
public string HelperText { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()