AspNetEdit.UI.PropertyEditors.DefaultEditor.GetDisplayWidget C# (CSharp) Method

GetDisplayWidget() public method

public GetDisplayWidget ( ) : Gtk.Widget
return Gtk.Widget
        public override Gtk.Widget GetDisplayWidget()
        {
            return base.StringValue ("<span foreground=\"grey\">&lt;" + parentRow.PropertyDescriptor.PropertyType.ToString() + "&gt;</span>", true);
        }