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