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

    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

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

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

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • 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 EntityPropertyMetadata

Entity property metadata.

Inheritance
System.Object
EntityPropertyMetadata
Namespace: Telerik.XamarinForms.Input.DataForm
Assembly: Telerik.XamarinForms.Input.dll

Syntax

public class EntityPropertyMetadata : Object

Constructors

EntityPropertyMetadata()

Declaration
public EntityPropertyMetadata()

Properties

ColumnPosition

Gets or sets the column of the property representation in the layout.

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

ColumnSpan

Gets or sets the column span of the property representation in the layout.

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

Converter

Declaration
public IPropertyConverter Converter { get; set; }
Property Value
IPropertyConverter

DataSourceKey

Gets or sets the key that will be used by the IPropertyDataSourceProvider.

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

DateRange

Declaration
public IDateRange DateRange { get; set; }
Property Value
IDateRange

DisplayValueFormat

Declaration
public IValueFormat DisplayValueFormat { get; set; }
Property Value
IValueFormat

Group

Gets or sets the group that the property belongs to.

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

Header

Gets or sets the header used by the editor.

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

Ignored

Gets or sets a value indicating whether the property is ignored.

Declaration
public Nullable<bool> Ignored { get; set; }
Property Value
System.Nullable<System.Boolean>

IsReadOnly

Gets or sets a value indicating whether the property is read only.

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

NativeConversionContext

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

NumericalRange

Declaration
public INumericalRange NumericalRange { get; set; }
Property Value
INumericalRange

PlaceholderText

Gets or sets the placeholder text used by the editor.

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

Position

Gets or sets the position (row) of the property representation in the layout.

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

Required

Gets or sets a value indicating whether the property is required.

Declaration
public Nullable<bool> Required { get; set; }
Property Value
System.Nullable<System.Boolean>

Validators

Gets a collection of all validators defined for this property.

Declaration
public Collection<IPropertyValidator> Validators { get; }
Property Value
System.Collections.ObjectModel.Collection<IPropertyValidator>

Sample Applications
  • Telerik Tagit
  • iOS Demo App
  • Android Demo App
Support Resources
  • iOS Wrappers
  • Android Wrappers
  • Xamarin.Forms SDK Examples
Community
  • Forums
  • Blogs
  • 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.