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

In This Topic
    CustomDefaultPropertyName Property (PivotEngineTagHelper)
    In This Topic
    Gets the customized default proeprty name. Overrides this property to customize the default property name for this tag.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property CustomDefaultPropertyName As String
    protected override string CustomDefaultPropertyName {get;}
    See Also