'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the custom text to be added at the end of the value.")> Public Overridable Property CustomText As System.String
'Usage
Dim instance As NNumericUpDown Dim value As System.String instance.CustomText = value value = instance.CustomText
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the custom text to be added at the end of the value.")] public virtual System.string CustomText {get; set;}