'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
[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;}