PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / C1PropertyGrid Class
Members

In This Topic
    C1PropertyGrid Class
    In This Topic
    The property-grid provides a user interface for browsing the properties of an object.
    Object Model
    C1PropertyGrid Class
    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

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Core.C1View
                            C1.WPF.PropertyGrid.C1PropertyGrid

    See Also