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 jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadProperty

Represents a property. Supports telerik dependency properties system by encapsulating a property of a certain RadElement instance.

Inheritance
System.Object
RadProperty
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll

Syntax

public class RadProperty

Fields

UnsetValue

Declaration
public static readonly object UnsetValue
Field Value
System.Object

Properties

FullName

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

GlobalIndex

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

Name

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

OwnerType

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

PropertyType

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

PropertyTypeIsValueType

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

ValidateValueCallback

Declaration
public ValidateValueCallback ValidateValueCallback { get; }
Property Value
ValidateValueCallback

Methods

AddOwner(Type)

Declaration
public RadProperty AddOwner(Type ownerType)
Parameters
System.Type ownerType

Returns
RadProperty

AddOwner(Type, RadPropertyMetadata)

Declaration
public RadProperty AddOwner(Type ownerType, RadPropertyMetadata typeMetadata)
Parameters
System.Type ownerType

RadPropertyMetadata typeMetadata

Returns
RadProperty

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
System.Object obj

Returns
System.Boolean

Overrides
System.Object.Equals(System.Object)

Find(String, String)

Declaration
public static RadProperty Find(string className, string propertyName)
Parameters
System.String className

System.String propertyName

Returns
RadProperty

Find(Type, String)

Declaration
public static RadProperty Find(Type objectType, string propertyName)
Parameters
System.Type objectType

System.String propertyName

Returns
RadProperty

FindClrProperty()

Declaration
public PropertyDescriptor FindClrProperty()
Returns
System.ComponentModel.PropertyDescriptor

FindSafe(String, String)

Declaration
public static RadProperty FindSafe(string className, string propertyName)
Parameters
System.String className

System.String propertyName

Returns
RadProperty

FindSafe(Type, String)

Declaration
public static RadProperty FindSafe(Type objectType, string propertyName)
Parameters
System.Type objectType

System.String propertyName

Returns
RadProperty

GetHashCode()

Declaration
public override int GetHashCode()
Returns
System.Int32

Overrides
System.Object.GetHashCode()

GetMetadata(RadObject)

Declaration
public RadPropertyMetadata GetMetadata(RadObject radObject)
Parameters
RadObject radObject

Returns
RadPropertyMetadata

GetMetadata(RadObjectType)

Declaration
public RadPropertyMetadata GetMetadata(RadObjectType radObjectType)
Parameters
RadObjectType radObjectType

Returns
RadPropertyMetadata

IsValidType(Object)

Declaration
public bool IsValidType(object value)
Parameters
System.Object value

Returns
System.Boolean

IsValidValue(Object, RadObject)

Declaration
public bool IsValidValue(object value, RadObject instance)
Parameters
System.Object value

RadObject instance

Returns
System.Boolean

OverrideMetadata(Type, RadPropertyMetadata)

Declaration
public void OverrideMetadata(Type forType, RadPropertyMetadata typeMetadata)
Parameters
System.Type forType

RadPropertyMetadata typeMetadata

Register(String, Type, Type, RadPropertyMetadata)

Declaration
public static RadProperty Register(string name, Type propertyType, Type ownerType, RadPropertyMetadata typeMetadata)
Parameters
System.String name

System.Type propertyType

System.Type ownerType

RadPropertyMetadata typeMetadata

Returns
RadProperty

Register(String, Type, Type, RadPropertyMetadata, ValidateValueCallback)

Declaration
public static RadProperty Register(string name, Type propertyType, Type ownerType, RadPropertyMetadata typeMetadata, ValidateValueCallback validateValueCallback)
Parameters
System.String name

System.Type propertyType

System.Type ownerType

RadPropertyMetadata typeMetadata

ValidateValueCallback validateValueCallback

Returns
RadProperty

RegisterAttached(String, Type, Type, RadPropertyMetadata)

Declaration
public static RadProperty RegisterAttached(string name, Type propertyType, Type ownerType, RadPropertyMetadata typeMetadata)
Parameters
System.String name

System.Type propertyType

System.Type ownerType

RadPropertyMetadata typeMetadata

Returns
RadProperty

RegisterAttached(String, Type, Type, RadPropertyMetadata, ValidateValueCallback)

Declaration
public static RadProperty RegisterAttached(string name, Type propertyType, Type ownerType, RadPropertyMetadata typeMetadata, ValidateValueCallback validateValueCallback)
Parameters
System.String name

System.Type propertyType

System.Type ownerType

RadPropertyMetadata typeMetadata

ValidateValueCallback validateValueCallback

Returns
RadProperty

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • 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.