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

In This Topic
    DimensionType Property (CubeFieldTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.CubeField.DimensionType. Sets the dimension type of the field.
    Syntax
    'Declaration
     
    Public Property DimensionType As DimensionType
    public DimensionType DimensionType {get; set;}
    See Also