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

DropDownColumn() public method

Creates a new DropDownColumn with default values
public DropDownColumn ( ) : System
return System
        public DropDownColumn()
            : base()
        {
            this.Init();
        }

Same methods

DropDownColumn::DropDownColumn ( string text ) : System
DropDownColumn::DropDownColumn ( string text, Image image ) : System
DropDownColumn::DropDownColumn ( string text, Image image, int width ) : System
DropDownColumn::DropDownColumn ( string text, Image image, int width, bool visible ) : System
DropDownColumn::DropDownColumn ( string text, int width ) : System
DropDownColumn::DropDownColumn ( string text, int width, bool visible ) : System