Interface IDesignable
Used internally to expose the DesignMode property of certain component-derived classes.
Namespace: Syncfusion.ComponentModel
Assembly: Syncfusion.Shared.Base.dll
Syntax
public interface IDesignable
Properties
DesignMode
Indicates whether the component is in design-mode.
Declaration
bool DesignMode { get; }
Property Value
Type |
---|
System.Boolean |