In This Topic
The property-grid provides a user interface for browsing the properties of an object.
Object Model
Syntax
'Declaration
<C1ControlAttribute(True)>
<C1TemplatePartAttribute(Name="Grid", Type=C1.WPF.Grid.C1GridControl)>
<StyleTypedPropertyAttribute(Property="LabelStyle", StyleTargetType=System.Windows.Controls.TextBlock)>
<TemplatePartAttribute(Name="Grid", Type=C1.WPF.Grid.C1GridControl)>
<TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<RuntimeNamePropertyAttribute("Name")>
<UsableDuringInitializationAttribute(True)>
<XmlLangPropertyAttribute("Language")>
<UidPropertyAttribute("Uid")>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class C1PropertyGrid
Inherits C1.WPF.Core.C1View
[C1Control(true)]
[C1TemplatePart(Name="Grid", Type=C1.WPF.Grid.C1GridControl)]
[StyleTypedProperty(Property="LabelStyle", StyleTargetType=System.Windows.Controls.TextBlock)]
[TemplatePart(Name="Grid", Type=C1.WPF.Grid.C1GridControl)]
[TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[RuntimeNameProperty("Name")]
[UsableDuringInitialization(true)]
[XmlLangProperty("Language")]
[UidProperty("Uid")]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class C1PropertyGrid : C1.WPF.Core.C1View
Inheritance Hierarchy
See Also