XPTable.Models.DropDownColumn.Init C# (CSharp) Method

Init() private method

Initializes the DropDownColumn with default values
private Init ( ) : void
return void
        private void Init()
        {
            this.showButton = true;
        }