Class BarItemsCollectionEditor
Inheritance
System.Object
BarItemsCollectionEditor
Assembly: Syncfusion.Tools.Windows.dll
public class BarItemsCollectionEditor : BarManagerCollectionEditor
Constructors
Declaration
public BarItemsCollectionEditor(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Methods
Declaration
protected override CollectionEditor.CollectionForm CreateCollectionForm()
Returns
Type |
System.ComponentModel.Design.CollectionEditor.CollectionForm |
Declaration
protected override Type[] CreateNewItemTypes()
Returns
EditValue(ITypeDescriptorContext, IServiceProvider, Object)
Declaration
public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
System.IServiceProvider |
provider |
|
System.Object |
value |
|
Returns
Overrides