Interface IResourceType
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IResourceType
Properties
AllowMultipleSelection
Declaration
bool AllowMultipleSelection { get; set; }
Property Value
System.
|
DisplayName
Declaration
string DisplayName { get; set; }
Property Value
System.
|
Name
Declaration
string Name { get; set; }
Property Value
System.
|
Resources
Declaration
IList Resources { get; }
Property Value
System.
|