Class GroupViewDesigner
Inheritance
System.Object
GroupViewDesigner
Assembly: Syncfusion.Shared.Base.dll
public class GroupViewDesigner : ControlDesigner
Constructors
Declaration
public GroupViewDesigner()
Properties
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
System.ComponentModel.Design.DesignerActionListCollection |
Methods
Declaration
protected override void Dispose(bool bdispose)
Parameters
Type |
Name |
Description |
System.Boolean |
bdispose |
|
Declaration
public void IComponentChangeService_ComponentRemoved(object sender, ComponentEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.ComponentModel.Design.ComponentEventArgs |
e |
|
Declaration
public override void Initialize(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Declaration
protected override void OnMouseDragBegin(int x, int y)
Parameters
Type |
Name |
Description |
System.Int32 |
x |
|
System.Int32 |
y |
|
Declaration
protected override void OnMouseDragEnd(bool cancel)
Parameters
Type |
Name |
Description |
System.Boolean |
cancel |
|