skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class PropertyDefinition

Inheritance
System.Object
PropertyDefinition
LookupPropertyDefinition
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll

Syntax

public class PropertyDefinition : DependencyObject, INotifyPropertyChanged, ITypeDescriptorContext, IServiceProvider

Constructors

PropertyDefinition()

Declaration
public PropertyDefinition()

PropertyDefinition(ItemPropertyInfo)

Declaration
public PropertyDefinition(ItemPropertyInfo propertyInfo)
Parameters
ItemPropertyInfo propertyInfo

Fields

DescriptionProperty

Declaration
public static readonly DependencyProperty DescriptionProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

DisplayNameProperty

Declaration
public static readonly DependencyProperty DisplayNameProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

EditorTemplateProperty

Declaration
public static readonly DependencyProperty EditorTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

GroupNameProperty

Declaration
public static readonly DependencyProperty GroupNameProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsCurrentProperty

Declaration
public static readonly DependencyProperty IsCurrentProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsExpandedProperty

Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsReadOnlyProperty

Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsSelectedProperty

Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

LabelStyleProperty

Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

OrderIndexProperty

Declaration
public static readonly DependencyProperty OrderIndexProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

VisibilityProperty

Declaration
public static readonly DependencyProperty VisibilityProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

AutoGeneratedPath

Declaration
public string AutoGeneratedPath { get; }
Property Value
System.String

Binding

Declaration
public BindingBase Binding { get; set; }
Property Value
Microsoft.UI.Xaml.Data.BindingBase

Container

Declaration
public IContainer Container { get; }
Property Value
System.ComponentModel.IContainer

Description

Declaration
public string Description { get; set; }
Property Value
System.String

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
System.String

EditorTemplate

Declaration
public DataTemplate EditorTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

GroupName

Declaration
public string GroupName { get; set; }
Property Value
System.String

HasNestedProperties

Declaration
public bool HasNestedProperties { get; }
Property Value
System.Boolean

Instance

Declaration
public object Instance { get; }
Property Value
System.Object

IsCurrent

Declaration
public bool IsCurrent { get; }
Property Value
System.Boolean

IsExpanded

Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean

IsFiltered

Declaration
public virtual bool IsFiltered { get; }
Property Value
System.Boolean

IsReadOnly

Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean

IsReadOnlyComposite

Declaration
public bool IsReadOnlyComposite { get; }
Property Value
System.Boolean

IsSelected

Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean

LabelStyle

Declaration
public Style LabelStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

NestedProperties

Declaration
public PropertyDefinitionCollection NestedProperties { get; }
Property Value
PropertyDefinitionCollection

OrderIndex

Declaration
public int OrderIndex { get; set; }
Property Value
System.Int32

ParentProperty

Declaration
public PropertyDefinition ParentProperty { get; set; }
Property Value
PropertyDefinition

PropertyDescriptor

Declaration
public PropertyDescriptor PropertyDescriptor { get; }
Property Value
System.ComponentModel.PropertyDescriptor

SearchString

Declaration
public string SearchString { get; }
Property Value
System.String

SourceProperty

Declaration
public ItemPropertyInfo SourceProperty { get; }
Property Value
ItemPropertyInfo

Value

Declaration
public object Value { get; }
Property Value
System.Object

Visibility

Declaration
public Visibility Visibility { get; set; }
Property Value
Microsoft.UI.Xaml.Visibility

Methods

GetService(Type)

Declaration
public object GetService(Type serviceType)
Parameters
System.Type serviceType

Returns
System.Object

OnComponentChanged()

Declaration
public void OnComponentChanged()

OnComponentChanging()

Declaration
public bool OnComponentChanging()
Returns
System.Boolean

OnDescriptionChanged(DependencyObject, DependencyPropertyChangedEventArgs)

Declaration
protected static void OnDescriptionChanged(DependencyObject sender, DependencyPropertyChangedEventArgs args)
Parameters
Microsoft.UI.Xaml.DependencyObject sender

Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs args

OnEditorTemplateChanged(DependencyObject, DependencyPropertyChangedEventArgs)

Declaration
protected static void OnEditorTemplateChanged(DependencyObject sender, DependencyPropertyChangedEventArgs args)
Parameters
Microsoft.UI.Xaml.DependencyObject sender

Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs args

OnGroupNamePropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)

Declaration
protected static void OnGroupNamePropertyChanged(DependencyObject sender, DependencyPropertyChangedEventArgs args)
Parameters
Microsoft.UI.Xaml.DependencyObject sender

Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs args

OnIsExpandedPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)

Declaration
protected static void OnIsExpandedPropertyChanged(DependencyObject sender, DependencyPropertyChangedEventArgs args)
Parameters
Microsoft.UI.Xaml.DependencyObject sender

Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs args

OnIsReadOnlyPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)

Declaration
protected static void OnIsReadOnlyPropertyChanged(DependencyObject sender, DependencyPropertyChangedEventArgs args)
Parameters
Microsoft.UI.Xaml.DependencyObject sender

Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs args

OnOrderIndexChanged(DependencyObject, DependencyPropertyChangedEventArgs)

Declaration
protected static void OnOrderIndexChanged(DependencyObject sender, DependencyPropertyChangedEventArgs args)
Parameters
Microsoft.UI.Xaml.DependencyObject sender

Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs args

OnPropertyChanged(String)

Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String propertyName

OnVisibilityPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)

Declaration
protected static void OnVisibilityPropertyChanged(DependencyObject sender, DependencyPropertyChangedEventArgs args)
Parameters
Microsoft.UI.Xaml.DependencyObject sender

Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs args

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.