RadControls for WPF

XAML extension for retrieving localized resources.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2012.3.1017.40 (2012.3.1017.40)

Syntax

C#
public class ResourcesExtension : MarkupExtension
Visual Basic
Public Class ResourcesExtension _
	Inherits MarkupExtension

Examples

CopyC#
{r:Resources name}
where "r" is XML namespace of this class and name is the name of the localized resources.

Inheritance Hierarchy

System..::..Object
  System.Windows.Markup..::..MarkupExtension
    Telerik.Windows.Controls..::..ResourcesExtension

See Also