DesignerProperties.IsInDesignMode Attached Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether a DependencyObject is running in the context of a designer.
see GetIsInDesignMode, and SetIsInDesignMode
see GetIsInDesignMode, and SetIsInDesignMode
see GetIsInDesignMode, and SetIsInDesignMode
Remarks
Component and control developers may use this property to perform different logic when running in the context of a designer than they would when running in an application.
Designers may change the value of this property to move a control from design mode to run mode and back. Components that make changes to their state based on the value of this property should override the virtual OnPropertyChanged method and update their state if their IsInDesignMode property value changes.
Dependency Property Information
Identifier field | IsInDesignModeProperty |
Metadata properties set to true |
OverridesInheritanceBehavior, Inherits |