The following tables list the members exposed by the NintexFormControlProperties type.

Name Description
Public property BackgroundColor

(inherited from BaseStylableFormControlProperties).

Gets or sets the color of the background.

Public property Bold (inherited from BaseStylableFormControlProperties). Gets or sets a value indicating whether this FormControlProperties is bold.
Public property Border (inherited from FormControlProperties). Gets or sets the line style.
Public property BorderColor (inherited from FormControlProperties). Gets or sets the colour of the line.
Public property BorderStyle (inherited from FormControlProperties). Gets or sets the line style.
Public property BorderWidth (inherited from FormControlProperties). Gets or sets the width of the line.
Public property CanResizeAtRuntime (inherited from FormControlProperties).
Public property ControlCssClass (inherited from BaseBindableFormControlProperties). Gets or sets the control CSS class.
Public property ControlMode (inherited from BaseBindableFormControlProperties). Gets or sets a value indicating whether this instance is enabled.
Public property ControlVersion (inherited from FormControlProperties).
Public property CssClass (inherited from FormControlProperties). Gets or sets the CSS class.
Public property CustomErrorMessage (inherited from BaseBindableFormControlProperties). Gets or sets the required error message.
Public property CustomValidationFunction (inherited from BaseBindableFormControlProperties). Gets or sets the custom validation function.
Public property DataField (inherited from BaseBindableFormControlProperties). Gets or sets the binding path field name.
Public property DataFieldDisplayName (inherited from BaseBindableFormControlProperties). Gets or sets the display name of the data field.
Public property DisplayName (inherited from BaseBindableFormControlProperties). Gets or sets the display name.
Public property DowngradeControl (inherited from FormControlProperties).
Public property ExposeClientIdAsJavascriptVariable (inherited from BaseBindableFormControlProperties). Gets or sets a value indicating whether to expose client id as JavaScript variable.
Public property ExposedClientIdJavascriptVariable (inherited from BaseBindableFormControlProperties). Gets or sets the exposed client id JavaScript variable.
Public property FontColor (inherited from BaseStylableFormControlProperties). Gets or sets the color of the font.
Public property FontFamily (inherited from BaseStylableFormControlProperties). Gets or sets the font family.
Public property FontFamilyItemId (inherited from BaseStylableFormControlProperties). Gets or sets the font family item id.
Public property FontSize (inherited from BaseStylableFormControlProperties). Gets or sets the size of the font.
Public property FontSizeItemId (inherited from BaseStylableFormControlProperties). Gets or sets the font size item id.
Public property FormControlTypeUniqueId (inherited from FormControlProperties). Gets or sets the form control type unique id.
Public property FormType (inherited from FormControlProperties). Gets or sets the type of the form.
Public property HelpText (inherited from BaseBindableFormControlProperties). Gets or sets the help text.
Public property HelpTextSet (inherited from BaseBindableFormControlProperties). Gets or sets the help text set by the connected variable. This is used to determine if the user has changed the help text in the form.
Public property HorizontalAlignment (inherited from BaseStylableFormControlProperties). Gets or sets the horizontal alignment.
Public property InRepeater (inherited from FormControlProperties). Gets or sets a value indicating whether the control is in a repeater.
Public property InformationMessages (inherited from BaseBindableFormControlProperties). Gets the information messages.
Public property InsertReferences (inherited from FormControlProperties). Gets or sets the insert references to be applied after deserialization.
Public property InternalPropertyBag (inherited from FormControlProperties). Gets or sets the internal property bag. (
Public property IsDirty (inherited from FormControlProperties). Gets or sets a value indicating whether the control exists in any layout.
Public property IsEnabled (inherited from BaseBindableFormControlProperties). Gets or sets a value indicating whether this instance is enabled.
Public property IsLocked (inherited from FormControlProperties). Gets or sets a value indicating whether this instance is locked.
Public property IsRequired (inherited from BaseBindableFormControlProperties). Gets or sets a value indicating whether this instance is required.
Public property IsVisible (inherited from FormControlProperties). Gets or sets a value indicating whether this instance is visible.
Public property Italics (inherited from BaseStylableFormControlProperties). Gets or sets a value indicating whether this FormControlProperties is italics.
Public property KeyName (inherited from BaseBindableFormControlProperties). Gets the KeyName.
Public property Name (inherited from BaseBindableFormControlProperties). Gets or sets the name for the control.
Public property PaddingWidth (inherited from FormControlProperties). Gets or sets the width of the padding.
Public property ParentForm (inherited from FormControlProperties). Gets the parent form.
Public property PropertyDisplayExpressions (inherited from BaseBindableFormControlProperties). Gets the property display expressions.
Public property RequiredErrorMessage (inherited from BaseBindableFormControlProperties). Gets or sets the required error message.
Public property StrikeThrough (inherited from BaseStylableFormControlProperties). Gets or sets a value indicating whether [strike through].
Public property TabIndex (inherited from FormControlProperties). Gets or sets the index of the tab.
Public property ThemeClass (inherited from BaseStylableFormControlProperties). Gets or sets the theme class.
Public property Underline (inherited from BaseStylableFormControlProperties).
Public property UniqueId (inherited from FormControlProperties). ets or sets a value indicating whether this FormControlProperties is underline.
Public property UseCustomValidation (inherited from BaseBindableFormControlProperties). Gets or sets a value indicating whether we should use custom validation.
Public property VariableSource (inherited from FormControlProperties). Gets or sets the source.
Public property VerticalAlign (inherited from FormControlProperties). Gets or sets the width of the padding.
Top
Name Description
Public method CheckUniqueId (inherited from FormControlProperties). Checks the unique id.
Public method Clean (inherited from FormControlProperties). Cleans this form control instance.
Protected method EnsureBorderProperties (inherited from FormControlProperties). Ensures the border properties are set if coming from an upgrade.
Public method Equals (Overloaded) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetDefaultValue (inherited from BaseBindableFormControlProperties). Gets the default value for the specific control.
Protected method Static GetDisplayName (inherited from FormControlProperties). Gets the display name.
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method HandleBackwardCompatibility (Overloaded) (inherited from FormControlProperties).Handles the backward compatibility.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Protected method OnDeserialized (inherited from FormControlProperties).
Protected method OnDeserializing (inherited from FormControlProperties).
Public method PrepareControlToRender (inherited from FormControlProperties). Prepares the control automatic render.
Public method PrepareForLayout (inherited from FormControlProperties). Prepares for layout at runtime. This allows all controls to change settings if required just before it is layed out on the form filler.
Public method PrepareForPublishToLive (inherited from FormControlProperties). Prepares for publish automatic live.
Public method PrepareForSendToNintexMobile (inherited from FormControlProperties). Prepares for send automatic nintex mobile.
Public method Static ReferenceEquals Determines whether the specified Object instances are the same instance. (inherited from Object).
Public method SetDefaultValues (inherited from FormControlProperties). Sets the default values.
Public method ToString Returns a string that represents the current object. (inherited from Object).
Protected method UpgradeOnDeserialized (inherited from FormControlProperties). Upgrades the control when it is deserialized.
Public method Validate (inherited from FormControlProperties). Validates this instance.
Top
Name Description
Public extension method CanParseTo (Overloaded) (Defined by ObjectExtensions).
Public extension method ProcessPropertyDisplayExpressions (Defined by NfUtilities).
Public extension method TryParse (Overloaded) (Defined by ObjectExtensions).
Top