Class ClassReferenceAttribute
Represents the class that defines the attribute for class reference.
Inheritance
System.Object
ClassReferenceAttribute
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public sealed class ClassReferenceAttribute : Attribute
Constructors
ClassReferenceAttribute()
Declaration
public ClassReferenceAttribute()
Properties
IsReviewed
Gets or sets a value indicating whether the attribute is reviewed.
Declaration
public bool IsReviewed { get; set; }
Property Value
Type |
---|
System.Boolean |
ShouldInclude
Gets or sets a value indicating whether the attribute should be included.
Declaration
public bool ShouldInclude { get; set; }
Property Value
Type |
---|
System.Boolean |