ControlDesigner.HidePropertiesInTemplateMode Property
.NET Framework 3.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets a value indicating whether the properties of the associated control are hidden when the control is in template mode.
Namespace: System.Web.UI.DesignAssembly: System.Design (in system.design.dll)
/** @property */ protected boolean get_HidePropertiesInTemplateMode ()
protected internal function get HidePropertiesInTemplateMode () : boolean
Not applicable.
Property Value
true, if the properties of the associated control are hidden when the control is in template mode; otherwise, false. The default is true.The ID property is never hidden. The PreFilterProperties method uses the HidePropertiesInTemplateMode property to determine whether properties, other than the ID property, should be hidden from the property grids while the control is in template editing mode.
Community Additions
ADD
Show: