XPTable.Models.DropDownColumn.Init C# (CSharp) 메소드

Init() 개인적인 메소드

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