Class CustomControlDesigner
Provides designer support for a custom control by managing the action lists in the designer window.
Inheritance
System.Object
CustomControlDesigner
Namespace: Syncfusion.PdfViewer.Windows.Implementation.UI
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
public class CustomControlDesigner : ControlDesigner
Constructors
CustomControlDesigner()
Declaration
public CustomControlDesigner()
Properties
ActionLists
Gets the list of actions performed in the grid's designer window.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
---|
System.ComponentModel.Design.DesignerActionListCollection |