Adf.Web.UI.SmartView.DeleteButton.DeleteButton C# (CSharp) Method

DeleteButton() public method

public DeleteButton ( )
        public DeleteButton()
        {
            MessageFormat = "Do you want to delete {0}?";
            MessageField = "Title";
            MessageSubject = "item";
            CommandName = "Delete";
            IconFormat = "~/Images/{0}";
            Icon = "bullet_delete.png";
            Header = "Delete";
            ToolTipFormat = "Click to delete {0}";
            ToolTipField = "Title";
        }
DeleteButton