ResourceMappingInfo.PropertyNames
Defines the standard property names used for resource mapping in scheduler data binding scenarios.
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public static class ResourceMappingInfo.PropertyNames
Inheritance:
objectResourceMappingInfo.PropertyNames
The property name for the resource color field.
Declaration
public const string Color = "Color"
Field Value
string
The property name for the resource identifier field.
Declaration
public const string Id = "Id"
Field Value
string
The property name for the resource image field.
Declaration
public const string Image = "Image"
Field Value
string
The property name for the resource name field.
Declaration
public const string Name = "Name"
Field Value
string
The property name for the resource visibility field.
Declaration
public const string Visible = "Visible"
Field Value
string