'Declaration <DescriptionAttribute("The text that is displayed when the cell contains a null reference.")> <CategoryAttribute("Appearance")> <AmbientValueAttribute("")> <LocalizableAttribute(True)> <ApplyToDesignerAttribute(False)> Public Property NullText As String
'Usage Dim instance As Column Dim value As String instance.NullText = value value = instance.NullText
[Description("The text that is displayed when the cell contains a null reference.")] [Category("Appearance")] [AmbientValue("")] [Localizable(true)] [ApplyToDesigner(false)] public string NullText {get; set;}