Class HeaderTemplateModel
Interface for a class Header Template.
Inheritance
System.Object
HeaderTemplateModel
Namespace: Syncfusion.Blazor.QueryBuilder
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeaderTemplateModel : Object
Constructors
HeaderTemplateModel()
Declaration
public HeaderTemplateModel()
Properties
Condition
Specifies Group Condition.
Declaration
public string Condition { get; set; }
Property Value
Type |
---|
System.String |
ID
Specifies Group ID.
Declaration
public string ID { get; set; }
Property Value
Type |
---|
System.String |
IsLocked
Specifies whether the group is locked or not.
Declaration
public bool IsLocked { get; set; }
Property Value
Type |
---|
System.Boolean |
Not
Specifies Group NOT condition.
Declaration
public Nullable<bool> Not { get; set; }
Property Value
Type |
---|
System.Nullable<System.Boolean> |