Interface IResource
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IResource : IEquatable<IResource>
Properties
DisplayName
Declaration
string DisplayName { get; set; }
Property Value
|
System.String
|
ResourceName
Declaration
string ResourceName { get; set; }
Property Value
|
System.String
|
ResourceType
Declaration
string ResourceType { get; set; }
Property Value
|
System.String
|