ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotEngineTagHelper Class / AllowFieldEditing Property

In This Topic
    AllowFieldEditing Property
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotEngine.AllowFieldEditing. Sets a value that determines whether users should be allowed to edit the properties of the Fields.
    Syntax
    'Declaration
     
    Public Property AllowFieldEditing As Boolean
    public bool AllowFieldEditing {get; set;}
    See Also