Version

Search Results

NotifyPropChange(Enum) Method

Syntax Parameters propId

NotifyPropChange(Enum,PropChangeInfo) Method

Syntax Parameters propId trigger

Nullable Property (TextEditorControlBase)

Gets/sets whether when the controls Text property is nullable via the user interface. Syntax Remarks The Nullable property determines how an empty string is interpretted by the control for purposes of the Value property. When set to True the control.Value will return null (Nothing in Visual Basic) when the control...

NullText Property (TextEditorControlBase)

Gets/sets the text to be used by the control when the value is null. Syntax Remarks When the controls value is null (Nothing in VB), the control displays an empty string by default. The NullText property enables the end developer to change the text that is displayed for null values (for example, (NULL) or (none)).

NullTextAppearance Property (TextEditorControlBase)

Returns or sets the Infragistics.Win.AppearanceBase object that controls the objectss formatting when displaying NullText. Syntax

nullTextValue Field

Member variable that stores the value of the controls NullText property. Syntax