skip navigation
  • Product Bundles

    DevCraft

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

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    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
    • Roadmap
    • Release History
  • Support and Learning

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

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • 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 ItemPropertyDefinition

Contains information about a property. Used for declarative definition of item properties displayed by RadDataFilter.

Inheritance
System.Object
ItemPropertyDefinition
Namespace: Telerik.Windows.Controls.Data.DataFilter
Assembly: Telerik.Windows.Controls.Data.dll

Syntax

public class ItemPropertyDefinition : DependencyObject, INotifyPropertyChanged

Constructors

ItemPropertyDefinition()

Initializes a new instance of the ItemPropertyDefinition class.

Declaration
public ItemPropertyDefinition()

ItemPropertyDefinition(ItemPropertyInfo)

Initializes a new instance of the ItemPropertyDefinition class.

Declaration
public ItemPropertyDefinition(ItemPropertyInfo itemPropertyInfo)
Parameters
System.ComponentModel.ItemPropertyInfo itemPropertyInfo

The item property info on which this instance will be based.

ItemPropertyDefinition(String, Type)

Initializes a new instance of the ItemPropertyDefinition class.

Declaration
public ItemPropertyDefinition(string propertyName, Type propertyType)
Parameters
System.String propertyName

The name of the property.

System.Type propertyType

Type of the property.

ItemPropertyDefinition(String, Type, String)

Initializes a new instance of the ItemPropertyDefinition class.

Declaration
public ItemPropertyDefinition(string propertyName, Type propertyType, string displayName)
Parameters
System.String propertyName

The name of the property.

System.Type propertyType

Type of the property.

System.String displayName

The display name.

Fields

DisplayNameProperty

Identifies the DisplayName dependency property.

Declaration
public static readonly DependencyProperty DisplayNameProperty
Field Value
System.Windows.DependencyProperty

PropertyNameProperty

Identifies the PropertyName dependency property.

Declaration
public static readonly DependencyProperty PropertyNameProperty
Field Value
System.Windows.DependencyProperty

PropertyTypeProperty

Identifies the PropertyType dependency property.

Declaration
public static readonly DependencyProperty PropertyTypeProperty
Field Value
System.Windows.DependencyProperty

Properties

ComponentType

Gets the component type.

Declaration
public Type ComponentType { get; }
Property Value
System.Type

The component type.

DisplayName

Gets or sets the display name of the property.

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

The display name of the property.

EffectiveDisplayName

Gets the effective display name.

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

Returns DisplayName if it's is not null or empty. Otherwise returns Name.

IsAutoGenerated

Gets a value indicating whether this instance is auto generated.

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

true if this instance is auto generated; otherwise, false.

PropertyName

Gets or sets the name of the property.

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

The name of the property.

PropertyType

Gets or sets the type of the property.

Declaration
public Type PropertyType { get; set; }
Property Value
System.Type

The type of the property.

Methods

OnPropertyChanged(String)

Raises this object's PropertyChanged event.

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

The property that has a new value.

Events

PropertyChanged

Raised when a property on this object has a new value.

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

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
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.