method for inserting a plugin features collection to an telerik items collection
This commit is contained in:
@@ -32,6 +32,12 @@ namespace Pilz.Plugins.Advanced
|
||||
/// </summary>
|
||||
public virtual RadSvgImage? Icon { get; set; }
|
||||
/// <summary>
|
||||
/// Sets the prioritization of the feature.
|
||||
/// This will be respected on abfragen features and on inserting as items using the extension methods"/>.
|
||||
/// Some applications might implement a way to regonize feature prioritization via its own way.
|
||||
/// </summary>
|
||||
public virtual FeaturePrioritization Prioritization { get; set; }
|
||||
/// <summary>
|
||||
/// Defines if the feature is enabled/visible.
|
||||
/// </summary>
|
||||
public virtual bool Enabled { get; set; } = true;
|
||||
|
||||
Reference in New Issue
Block a user