Ext.Net.SelectedListItem.SelectedListItem C# (CSharp) Method

SelectedListItem() public method

public SelectedListItem ( Config config ) : System
config Config
return System
        public SelectedListItem(Config config)
        {
            this.Apply(config);
        }
SelectedListItem